Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit a5b94f1

Browse files
committed
disable Config::debug_info
This won't work on all platforms (e.g. 32-bit ones where Pulley is used). Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent cb6c977 commit a5b94f1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • crates/misc/component-async-tests/src

crates/misc/component-async-tests/src/util.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ pub fn config() -> Config {
3030
config.memory_reservation(1 << 20);
3131
config.memory_guard_size(0);
3232
config.signals_based_traps(false);
33-
config.debug_info(false);
3433
} else {
3534
config.cranelift_debug_verifier(true);
36-
config.debug_info(true);
3735
}
3836
config.wasm_component_model(true);
3937
config.wasm_component_model_async(true);

0 commit comments

Comments
 (0)