Crate wasmer_wasix

source ·
Expand description

Wasmer’s WASI implementation

Use generate_import_object to create an Imports. This Imports can be combined with a module to create an Instance which can execute WASI Wasm functions.

See state for the experimental WASI FS API. Also see the WASI plugin example for an example of how to extend WASI using the WASI FS API.

Re-exports

Modules

Structs

Enums

Constants

Traits

  • This trait relies on your file closing when it goes out of scope via Drop
  • An implementation of virtual networking
  • This trait relies on your file closing when it goes out of scope via Drop

Functions

Type Definitions