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 representRuntime
-types.