wasmtime-c-api-impl 19.0.2

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