[][src]Module wasi_common::old::snapshot_0

Modules

hostcalls
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.