wasmtime-runtime 0.15.0

Runtime library support for Wasmtime
Documentation
1
2
3
4
5
6
7
fn main() {
    println!("cargo:rerun-if-changed=src/helpers.c");
    cc::Build::new()
        .warnings(true)
        .file("src/helpers.c")
        .compile("helpers");
}