Slide 48
Slide 48 text
WASI (WebAssembly System Interface) ?
• WASI extends the browser-based Wasm runtime by o
ff
ering a portable,
secure, POSIX-like, runtime-independent API. It covers infrastructure
functions like I/O, sockets, WebGPU, as well as essential OS-provided
features like random number generation, logging, and parallel processing.
• As an extension of Wasm, it preserves key principles like CPU, OS, and
language independence, open speci
fi
cation, and the security needed for
running arbitrary code.