wasmtime-c-api-impl 22.0.1

C API to expose the Wasmtime runtime
Documentation
1
2
3
4
fn main() {
    let dir = std::env::var("CARGO_MANIFEST_DIR").unwrap();
    println!("cargo:include={dir}/include");
}