Crate wasmer_wasi_fl

Source
Expand description

Wasmer’s WASI implementation

Use generate_import_object to create an ImportObject. This ImportObject 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.

Modules§

  • WARNING: the API exposed here is unstable and very experimental. Certain things are not ready yet and may be broken in patch releases. If you’re using this and have any specific needs, please let us know here https://github.com/wasmerio/wasmer/issues/583 or by filing an issue.

Structs§

  • This is returned in RuntimeError. Use downcast or downcast_ref to retrieve the ExitCode.

Enums§

  • The version of WASI. This is determined by the imports namespace string.

Functions§