Description
WASI syscall behavior can be implemented in Windows-targeted runtimes by using an API built on libuv. Developers use uvwasi when WebAssembly-related software needs portable system-call support.
It is a runtime support library, not a WebAssembly app. File, process, and permission behavior must match the sandbox model expected by the final runtime.