📄️ Clock
These WASI methods provide access to the time.
📄️ Environment
These WASI methods virtualise an environment which the WASM code is executing within (environment variables and arguments).
📄️ Virtual Filesystem
These WASI methods provide access to the file system.
📄️ Event Polling
These WASI methods provide access to event polling, which allows WASM execution to be suspended until an event happens.
📄️ Process
These WASI methods virtualise a Windows/Linux style "process".
📄️ Random
The WASI random number generation interfaces allows WebAssembly code to generate random numbers.
📄️ Socket
The WASI socket interfaces allows WebAssembly code to interact with the network.