[][src]Crate wasi_common

Modules

fs

A very experimental module modeled providing a high-level and safe filesystem interface, modeled after std::fs, implemented on top of WASI functions.

hostcalls
old
wasi

Types and constants shared between 32-bit and 64-bit wasi. Types involving pointer or usize-sized data are excluded here, so this file only contains fixed-size types, so it's host/target independent.

wasi32

Types and constants specific to 32-bit wasi. These are similar to the types in the host module, but pointers and usize values are replaced with u32-sized types.

Structs

WasiCtx
WasiCtxBuilder

A builder allowing customizable construction of WasiCtx instances.

Functions

preopen_dir

Type Definitions

Error