You've already forked wit-bindgen
mirror of
https://github.com/AdaCore/wit-bindgen.git
synced 2026-02-12 13:12:42 -08:00
* Rust: add option for path to wit-bindgen runtime. This change adds an optional path to the `wit-bindgen` runtime to use for Rust code generation. This will allow a different crate from `wit-bindgen` to generate bindings while also re-exporting `wit-bindgen::rt` at a known path for the generated code to use. * Rust: add `runtime_path` macro option and a test.