tairitsu 0.4.2

A WebAssembly runtime for running component-model based WASM modules
Documentation
1
2
3
4
5
fn main() {
    // WIT bindings are generated at compile time via wit_bindgen macro
    // This build script is here for future use if needed
    println!("cargo:rerun-if-changed=../../wit");
}