Expand description
Defines the Function and HostFunction types and useful traits and data types to
interact with them.
Re-exportsยง
pub use async_host::AsyncFunctionEnv;pub use async_host::AsyncHostFunction;pub use inner::*;pub use host::*;pub use env::*;
Modulesยง
- async_
host ๐ - env ๐
- host ๐
- inner ๐
Structsยง
- Function
- A WebAssembly
functioninstance.