This module, for example: ```wasm (module (memory 1) (func i32.const 0xffff_fff0 i32.atomic.load offset=16 drop ) (start 0) ) ``` should fail with a trap but succeeds: ``` $ cargo run -- --enable-threads foo.wat ```
This module, for example:
should fail with a trap but succeeds: