mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
The spec test cases of thread proposal were updated, the `thread` keyword was added in case `atomic_wait_notify.wast`: ```wast (thread $T1 (shared (module $Mem)) ... ) (thread $T2 (shared (module $Mem)) ... ) ``` We disable these cases since parsing keyword `thread` isn't supported in the wamr-test-suites script runtest.py yet. |
||
|---|---|---|
| .. | ||
| benchmarks | ||
| wamr-test-suites | ||