Module native

Source
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.