Files
wasmtime/wasmtime-wasi/README.md
Dan Gohman b2fefe7714 WASI prototype design, implementation, and documentation.
This adds documents describing the WASI Core API, and an implementation in
Wasmtime.
2019-03-27 10:58:43 -07:00

323 B

This is the wasmtime-wasi crate, which implements the WebAssembly System Interface (WASI) API.

WASI is greatly inspired by and directly derived from CloudABI. It differs in that it has aspirations to expand to a greater scope, and to better support the needs of WebAssembly engines.