[−][src]Crate wasi_common_lucet
Modules
fs | A very experimental module modeled providing a high-level and safe
filesystem interface, modeled after |
hostcalls | |
old | |
wasi | Types and constants shared between 32-bit and 64-bit wasi. Types involving
pointer or |
wasi32 | Types and constants specific to 32-bit wasi. These are similar to the types
in the |
Macros
lucet_hostcall_terminate | Terminate an instance from within a hostcall, returning an optional value as an error. |
Structs
Vmctx | An opaque handle to a running instance's context. |
WasiCtx | |
WasiCtxBuilder | A builder allowing customizable construction of |
lucet_vmctx | Marker type for the |
Functions
Type Definitions
Error |
Attribute Macros
lucet_hostcall | This attribute generates a Lucet hostcall from a standalone Rust function that takes a |