3 Commits (137e182750261fdaba787eae15fd8ad75161f225)

Author SHA1 Message Date
Alex Crichton 57fb1c69c5
Enable the multi-value proposal by default (#1667) 5 years ago
Andrew Brown 49622bde58 Use complex load-extend instructions in `optimize_complex_addresses`; fixes #1186 5 years ago
Alex Crichton 4c82da440a
Move most wasmtime tests into one test suite (#1544) 5 years ago
Till Schneidereit 8f824a9fc1 Update outdated references to the Cranelift repository 5 years ago
Nick Fitzgerald ef0cabf8b4 Address review feedback 5 years ago
Nick Fitzgerald 98ecef1700 Implement the `memory.copy` 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
Peter Huene 9ffa19ca64
Disable optimizations for SIMD testsuite tests. 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 90db89d327
Refactor the `wasmtime-wast` crate, fix an early return (#798) 5 years ago
Alex Crichton 045d6a7310
Remove the need for `HostRef<Store>` (#771) 5 years ago
Alex Crichton 41528c82bc
Remove the `Flags` type from `Config` API (#769) 5 years ago
Alex Crichton 7474633cca
Remove usage of `CompilationStrategy` from `Config` (#764) 5 years ago
Alex Crichton 787f50e107
Remove usage of `Features` from `wasmtime::Config` API (#763) 5 years ago
Alex Crichton b9dc38f4e1
Remove need for `HostRef<Engine>` (#762) 5 years ago
Alex Crichton d5a2eb397c
Update the `*.wast` runner to use the `wasmtime` API (#690) 5 years ago
Yury Delendik cc6e8e1af2
Move cranelift dependencies to wasmtime-environ (#669) 5 years ago
Dan Gohman 061b453255 Remove unneeded `extern crate`, `macro_use`, and tidy `use`s. 5 years ago
Alex Crichton 59b15eab13
Simplify `#[test]` generation for `*.wast` files (#507) 5 years ago
Dan Gohman 65b8afabe6 Make use of Lightbeam configurable. 5 years ago
Andrew Brown ce8e8662ff Enable SIMD in WAST testsuites 5 years ago
Artur Jamro 286d2515f9 Check trap code in test suite assertions 5 years ago
Dan Gohman f6c2fe7d2d Update to Rust 2018 Edition. 6 years ago
Dan Gohman 7592c99f3b Refactor the compilation and instantiation pipeline. 6 years ago
Dan Gohman 3f24098edc Implement the remaining valid spec tests. 6 years ago
Dan Gohman 7dcca6be5b Improve error handling, and start refactoring Instance. 6 years ago
Dan Gohman 83f8a31010 Convert the wast test harness into a crate. 6 years ago