Files
wasmtime/wasmtime-wasi
Dan Gohman cc5efeb54d WASI: Simplify byref translation.
Avoid needlessly copying data from wasm into the host for output
parameters, and factor out the `.unwrap()` for translating pointers
when writing to output parameters.
2019-04-01 15:55:40 -07:00
..
2019-04-01 15:55:40 -07:00

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.