Skip to main content

camel_component_wasm/
bindings.rs

1wasmtime::component::bindgen!({
2    path: "wit/camel-plugin.wit",
3    world: "plugin",
4    exports: {
5        default: async,
6    },
7});