pchickey commented on issue #7569:
The right way to set up a configurable test option is to add an element to
TestConfig, initialize it from environment variables (so, set by the test runner and resolved at runtime) infrom_env, and add an accessor method: https://github.com/bytecodealliance/wasmtime/blob/main/crates/test-programs/src/preview1.rs#L117
guybedford commented on issue #7569:
I've added a new
NO_ACCURATE_TIMEconfiguration option for this now.
Last updated: Dec 06 2025 at 06:05 UTC