Web Assembly System Interface
The WebAssembly System Interface (WASI) is a standardized API that gives WebAssembly modules portable, capability-based access to system resources like files, clocks, and networking outside the browser, without tying that access to any specific operating system.
3 resources across 1 library
Glossary Terms(3)
WebAssembly System Interface
The WebAssembly System Interface (WASI) is a standardized API that gives WebAssembly modules portable, capability-based access to system resources like files,…
WASI
WASI is the acronym for the WebAssembly System Interface, a capability-based standard API that gives WebAssembly modules portable access to system resources li…
Web Workers
Web Workers is a browser API that lets JavaScript run scripts on a background thread separate from the page's main thread, allowing computationally expensive w…