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§

  • Trait that will be invoked after the rewind has finished It is possible that the process will be terminated rather than restored at this point
  • This trait relies on your file closing when it goes out of scope via Drop
  • An implementation of virtual networking

Functions§

Type Aliases§