Expand description
Useful data types, functions and traits for interacting with the memory of a crate::Instance.
Re-exports§
pub use ptr::*;
Modules§
Structs§
- Memory32
- Marker trait for 32-bit memories.
- Memory64
- Marker trait for 64-bit memories.
- WasmRef
- Reference to a value in Wasm memory.
- Wasm
Slice - Reference to an array of values in Wasm memory.
- Wasm
Slice Iter - Iterator over the elements of a
WasmSlice.
Enums§
- Memory
Access Error - Error for invalid
Memoryaccess.
Traits§
- Memory
Size - Trait for the
Memory32andMemory64marker types. - Value
Type - Trait for a Value type. A Value type is a type that is always valid and may be safely copied.