Expand description
Useful data types, functions and traits used throughout the crate to interact with WebAssembly
entities such as crate::Memory and crate::Value.
Re-exportsยง
Modulesยง
- into_
bytes ๐ - Convert bynary data into [
bytes::Bytes]. - macros ๐
- mem ๐
- Useful data types, functions and traits for interacting with the memory of a
crate::Instance. - native ๐
- Useful data types, functions and traits for the interaction between host types and WebAssembly.
- rt_
macros ๐ - Useful macros to generate enums to represent
Runtime-types.