[][src]Crate lucet_wasi

Re-exports

pub use ctx::WasiCtx;
pub use ctx::WasiCtxBuilder;

Modules

c_api
ctx
fdentry
host
hostcalls

Hostcalls that implement WASI.

memory

Functions to go back and forth between WASI types in host and wasm32 representations.

wasm32

WASI types as defined in wasm32. This file was originally generated by running bindgen over wasi/core.h with a wasm32 target, and the content still largely reflects that, however it's been heavily modified, to be host-independent, to avoid exposing libc implementation details, to clean up cases where the headers use complex preprocessor macros, and to

Functions

bindings