wasmtime-c-api-impl 44.0.0

C API to expose the Wasmtime runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod component;
mod func;
mod instance;
mod linker;
mod types;
mod val;

pub use component::*;
pub use func::*;
pub use instance::*;
pub use linker::*;
pub use types::*;
pub use val::*;