Skip to content

Commit 5852e91

Browse files
committed
Runtime new: wasm_function_references, wasm_gc
1 parent 0fa04c4 commit 5852e91

File tree

1 file changed

+2
-0
lines changed
  • crates/livesplit-auto-splitting/src/runtime

1 file changed

+2
-0
lines changed

crates/livesplit-auto-splitting/src/runtime/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ impl Runtime {
344344
} else {
345345
WasmBacktraceDetails::Disable
346346
})
347+
.wasm_function_references(true)
348+
.wasm_gc(true)
347349
.epoch_interruption(true);
348350

349351
let engine = Engine::new(&engine_config)

0 commit comments

Comments
 (0)