Crate marine_wasm_backend_traits
source ·Re-exports§
pub use prelude::*;
Modules§
- Helper functions for backend implementations.
Macros§
- Copypasted from Wasmtime. A helper macros for implementing anything for 0-16 generic parameters. The expected argument signature is this:
Structs§
- This struct is a helper, that allows passing
<WB as WasmBackend>::ContextMut
as template parameter, but not specify a lifetime. Any local lifetime can be used instead.
Traits§
- A core trait for any backend. It serves two purposes: