Structs§
- WithEnv
- An indicator of using ImportCallContext argument.
- Without
Env - An indicator of using ImportCallContext argument.
Traits§
- Export
Function - A Wasm function handle, it can be either a function from a host or an export from an
Instance. As it is only a handle to an object inStore, cloning is cheap - Func
Constructor - Host
Function - A host function ready to be used as an import for instantiating a module.
As it is only a handle to an object in
Store, cloning is cheap. - Into
Func - A helper trait for creating a function with a static signature. Should not be implemented by users. Implemented for all functions that meet the following criteria: * implement Send + Sync + ’static * take or not take ImportCallContext as first parameter * take from 0 to 16 i32 parameters * return () or i32