55 Commits (a9b280ca3a4b700bff6679bfaedfbf70116d30a4)

Author SHA1 Message Date
Alex Crichton 57fb1c69c5
Enable the multi-value proposal by default (#1667) 5 years ago
Alex Crichton a7d90af19d
Update wasmparser and wast dependencies (#1663) 5 years ago
Andrew Brown cb47611c44 Enable SIMD bit shift spec tests 5 years ago
Jef 957677c6f5
Integrate Lightbeam with latest Wasmtime master (#1232) 5 years ago
Alex Crichton b6f5d0bb6a Fix an accidental merge conflict 5 years ago
Alex Crichton b1ceea3af9
Remove should_panic assertions from wast spec tests (#1590) 5 years ago
Alex Crichton 74eda8090c
Implement stack limit checks for AArch64 (#1573) 5 years ago
Benjamin Bouvier 0b13d8c848 aarch64: copy SP whenever it's involved in an address lowering with an explicit add; 5 years ago
Benjamin Bouvier d166cff283 Update test expectations; 5 years ago
Benjamin Bouvier de92b7e014 aarch64: implement correct float-to-int conversion semantics; 5 years ago
Chris Fallin 8f462db645 Fix ImmLogic.invert(), and with it, `fcopysign` and `float_misc` test. 5 years ago
Alex Crichton d8920c0125
Sync expected successful tests on AArch64 (#1581) 5 years ago
Alex Crichton d1aa86f91a
Add AArch64 tests to CI (#1526) 5 years ago
Alex Crichton 4c82da440a
Move most wasmtime tests into one test suite (#1544) 5 years ago
iximeow 4cca510085
Windows FPRs preservation (#1216) 5 years ago
Andrew Brown 5423683474 Enable spec test for SIMD load_extend 5 years ago
Andrew Brown 08e5484cdb
Enable Wasm spec tests for SIMD load_splat (#1426) 5 years ago
Nick Fitzgerald 674a6208d8
Implement `data.drop` and `memory.init` and get the rest of the bulk memory spec tests passing (#1264) 5 years ago
Nick Fitzgerald ef0cabf8b4 Address review feedback 5 years ago
Nick Fitzgerald aec8cc1904 List the bulk-memory tests that don't pass, rather than the ones that do 5 years ago
Nick Fitzgerald 81227892da Implement bulk memory's partial failure instantiation semantics 5 years ago
Nick Fitzgerald 44c28612fb Implement the `memory.fill` instruction from the bulk memory proposal 5 years ago
Nick Fitzgerald cb97e4ec8e Implement `table.init` and `elem.drop` from the bulk memory proposal 5 years ago
Nick Fitzgerald 33b4a37bcb Add support for `table.copy` 5 years ago
Nick Fitzgerald 2af544de8b
Update to cranelift 0.58.0 and enable (but ignore) reference types and bulk memory tests (#926) 5 years ago
Alex Crichton 1a64acf43b Don't rebuild `wasmtime-cli` on all file changes 5 years ago
Andrew Brown bc50815eac
Re-enable simd_const.wast spec test (#872) 5 years ago
Andrew Brown f592811c9a Update cranelifte and enable more SIMD spec tests (#806) 5 years ago
Dan Gohman ef2177ed3a
Update to the latest spec_testsuite and dependencies. (#803) 5 years ago
Alex Crichton 90db89d327
Refactor the `wasmtime-wast` crate, fix an early return (#798) 5 years ago
Alex Crichton 4197cc562e
Don't rebuild the test suite if wast files change (#787) 5 years ago
Alex Crichton 7474633cca
Remove usage of `CompilationStrategy` from `Config` (#764) 5 years ago
Nick Fitzgerald b3b7ce4f6b Enable all Wasm multi-value proposal tests! 5 years ago
Dan Gohman e8f08193fc Reformat some long lines and macros. 5 years ago
Dan Gohman b158666f2b Reorganize tests. 5 years ago
Alex Crichton 59b15eab13
Simplify `#[test]` generation for `*.wast` files (#507) 5 years ago
Dan Gohman d896cc34c2
Remove an obsolete workaround. (#505) 5 years ago
Jakub Konka 3793fa3b09
Merge wasi-misc-tests repo as a subdir (#174) 5 years ago
Marcin Mielniczuk 12972c7fd3 Implement fd_readdir (#116) 5 years ago
Peter Huene 920728d14d
Implement registering JIT unwind information on Windows. 5 years ago
Jakub Konka f4ac1299b2 Fix path_rename_trailing_slashes test case on Win 5 years ago
Jakub Konka f3a5186230
Refactor poll_oneoff on *nix (#137) 5 years ago
Marcin Mielniczuk 2659641132 Implement clock_time_get on Windows (#119) 5 years ago
Jakub Konka bb5c879718 Fixes path_symlink_trailing_slashes on Windows 5 years ago
Maxim Vorobjov 6eb6e342d7 Rebuild misc tests when any of test files change (#150) 5 years ago
Andrew Brown 3053444b57 Add more SIMD spec tests (#388) 5 years ago
Jakub Konka 0d63cc2dbc Fix `remove_directory_trailing_slashes` on Windows 5 years ago
Nick Fitzgerald 842faf5aa6 Support for multi-value wasm (#399) 5 years ago
Jakub Konka c3bf04042e
Fixes `path_symlink_trailing_slashes` test case (#125) 5 years ago
Dan Gohman 8e593506dc
Don't run the spec_testsuite tests if the submodule isn't checked out. (#409) 5 years ago