Module function

Source
Expand description

Defines the Function and HostFunction types and useful traits and data types to interact with them.

Re-exportsยง

pub use inner::*;
pub use host::*;
pub use env::*;

Modulesยง

env ๐Ÿ”’
host ๐Ÿ”’
inner ๐Ÿ”’

Structsยง

Function
A WebAssembly function instance.