Expand description
Useful data types, functions and traits for the interaction between host types and WebAssembly.
Re-exportsยง
pub use convert::*;pub use typed_func::*;
Modulesยง
- convert ๐
- Traits and implementations used to convert between native values and WebAssembly ones.
- typed_
func ๐ - Trait to interact with native functions. Native Functions.