Skip to main content

navi_plugin_runtime/
wit.rs

1/// Canonical WIT definitions for the NAVI plugin interface.
2///
3/// This module exposes the raw WIT text for tooling and documentation.
4/// It does not generate code; for that, use `wit-bindgen` in the future
5/// when Component Model support is added to the runtime.
6/// The canonical WIT interface definition for `navi-plugin`.
7pub const WIT_SOURCE: &str = include_str!("../wit/navi-plugin.wit");