tairitsu 0.5.19

Core WASM Component Model runtime — Container, Registry, WIT binding, RON/Binary interop
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");
}