camel-component-wasm 0.9.0

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