wasmtime-c-api-impl 36.0.7

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

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