The context in which a WASIX binary is executed.
Mirrors WASIContext but adds optional provider slots for the
WASIX-specific syscall surface (clock, random, TTY, threads, futex,
signals, sockets, proc). All provider methods are synchronous.
Provider slots that are not supplied return ENOSYS from the
corresponding wasix_32v1 syscall handler.
WASIXContext
The context in which a WASIX binary is executed. Mirrors WASIContext but adds optional provider slots for the WASIX-specific syscall surface (clock, random, TTY, threads, futex, signals, sockets, proc). All provider methods are synchronous.
Provider slots that are not supplied return ENOSYS from the corresponding wasix_32v1 syscall handler.