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.