mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
test_gen: disable roc_wasm_interp logging
This commit is contained in:
parent
b73e022336
commit
86a82f8576
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ fn execute_wasm_module<'a>(arena: &'a Bump, orig_module: WasmModule<'a>) -> Resu
|
|||
let dispatcher = TestDispatcher {
|
||||
wasi: wasi::WasiDispatcher::default(),
|
||||
};
|
||||
let is_debug_mode = true;
|
||||
let is_debug_mode = false;
|
||||
let mut inst = Instance::for_module(&arena, &module, dispatcher, is_debug_mode)?;
|
||||
|
||||
// In Zig, main can only return u8 or void, but our result is too wide for that.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue