wasi: introduce initial WASI support by cjihrig · Pull Request #30258 · nodejs/node

This PR introduces experimental support for the WebAssembly System Interface (WASI). This PR adds a new core module, wasi, and a new C dependency, uvwasi, that implements the WASI system call API o...