Skip to content

Commit b5002e3

Browse files
committed
Fix build of abi_conformance
Signed-off-by: Alex Crichton <[email protected]>
1 parent 3bb28ae commit b5002e3

File tree

1 file changed

+2
-1
lines changed
  • crates/componentize/src/abi_conformance

1 file changed

+2
-1
lines changed

crates/componentize/src/abi_conformance/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ mod test_wasi;
5959
wasmtime::component::bindgen!({
6060
path: "../../wit",
6161
world: "fermyon:spin/host",
62-
async: true
62+
async: true,
63+
trappable_imports: true,
6364
});
6465
pub use fermyon::spin::*;
6566

0 commit comments

Comments
 (0)