Re-exports§
pub use prelude::*;
Modules§
- caller
- errors
- exports
- function
- impl_
utils - Helper functions for backend implementations.
- imports
- instance
- macros
- module
- prelude
- store
- wasi
- wtype
Macros§
- impl_
for_ each_ function_ signature - Copypasted from Wasmtime. A helper macros for implementing anything for 0-16 generic parameters. The expected argument signature is this:
- replace_
with
Structs§
- Delayed
Context Lifetime - This struct is a helper, that allows passing
<WB as WasmBackend>::ContextMutas template parameter, but not specify a lifetime. Any local lifetime can be used instead.
Traits§
- Wasm
Backend - A core trait for any backend. It serves two purposes: