Skip to main content

act_runtime/
bindings.rs

1wasmtime::component::bindgen!({
2    world: "act-world",
3    path: "wit",
4    require_store_data_send: true,
5    skip_mut_forwarding_impls: true,
6});