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_TIME
configuration option for this now.
Last updated: Nov 22 2024 at 16:03 UTC