Nick Fitzgerald
33b4a37bcb
Add support for table.copy
...
This adds support for the `table.copy` instruction from the bulk memory
proposal. It also supports multiple tables, which were introduced by the
reference types proposal.
Part of #928
2020-02-26 14:30:43 -08:00
Alex Crichton
ea4faa4a01
Don't panic on shared memories ( #883 )
...
* Don't panic on shared memories
Instead return a first-class error
2020-02-01 10:33:30 +01:00
Alex Crichton
ae86822c37
Move stray top-level misc_testsuite to tests ( #528 )
...
I think this may have been a mistake from #523 ?
2019-11-08 17:03:10 -06:00
Dan Gohman
b158666f2b
Reorganize tests.
...
- Move spec_testsuite and misc_testsuite under the tests directory.
- Remove some redundant tests from filetests.
- Move wat tests to wat/tests.
2019-11-08 10:31:44 -08:00