wit-bindgen 0.55.0

Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model.
Documentation
1
2
3
4
5
6
crate::generate!({
    path: concat!(
        env!("CARGO_MANIFEST_DIR"),
        "/wit/"
    ),
});