Expand description
Canonical WIT contracts for rust-camel WASM guests.
This crate publishes the camel:plugin WIT package as embedded strings
(PLUGIN_WIT, BEAN_WIT, SOURCE_WIT, FULL_WIT) and includes
the raw .wit files in the published crate package, so non-Rust guest
authors can consume the contract with their own WIT toolchain. See the crate
README for the multi-language guest quickstart. Package versioning follows
ADR-0053 (camel:plugin@1.0.0).
Constantsยง
- BEAN_
WIT - WIT source for the
beanworld (standalone file, same package as PLUGIN_WIT). - FULL_
WIT - Combined WIT package with both
pluginandbeanworlds in a single document. - PLUGIN_
WIT - WIT source for the
pluginworld (standalone file). - SOURCE_
WIT - WIT source for the
sourceworld (standalone file, same package as PLUGIN_WIT).