The WebAssembly platforms wasm32-emscripten and wasm32-wasi provide a limited subset of POSIX APIs. Several major features like processes are not available. Sockets don't work like on other POSIX platforms. Update the stdlib documentation with availability information.
The text was updated successfully, but these errors were encountered:
Documentation
The WebAssembly platforms
wasm32-emscripten
andwasm32-wasi
provide a limited subset of POSIX APIs. Several major features like processes are not available. Sockets don't work like on other POSIX platforms. Update the stdlib documentation with availability information.The text was updated successfully, but these errors were encountered: