forge-ir-bindgen 0.1.2

WIT bindings for the forge plugin worlds, plus conversions to/from forge-ir
Documentation

WIT bindings for the OpenAPI Forge plugin worlds, plus conversions to and from [forge_ir].

wasmtime::component::bindgen! produces one set of generated types per world. Both ir-transformer and code-generator import host-api and use the same types interface, but the macro generates separate Rust modules per world (the types are structurally identical but nominally distinct).

This crate exposes both as bindings::transformer and bindings::generator, plus a convert module providing fallible conversions between the bindgen types and [forge_ir].