Files
Alex Crichton 405e52958c Implement support for thread in *.wast tests (#7289)
* Implement support for `thread` in `*.wast` tests

This commit implements support for `thread` and `wait` in `*.wast` files
and imports the upstream spec test suite from the `threads` proposal.
This additionally and hopefully makes it a bit easier to write threaded
tests in the future if necessary too.

* Fix compile of fuzzing
2023-10-18 23:57:45 +00:00
..