303 Commits (b5e289d319b2788bb4b6133792546007f7900443)

Author SHA1 Message Date
Jakub Konka 3d428b828f
Add some (incomplete set) basic sanity end-to-end tests (#2) 5 years ago
Alex Crichton ea4faa4a01
Don't panic on shared memories (#883) 5 years ago
Yury Delendik a8cad05e80
Fix 'not enough arguments' during wasmtime run (#858) 5 years ago
Alex Crichton 16804673a2
Support parsing the text format in `wasmtime` crate (#813) 5 years ago
Alex Crichton 47d6db0be8
Reel in unsafety around `InstanceHandle` (#856) 5 years ago
Alex Crichton 3db1074c15
Improve handling of strings for backtraces (#843) 5 years ago
Dan Gohman 9a88d3d894
Replace the global-exports mechanism with a caller-vmctx mechanism. (#789) 5 years ago
Alex Crichton e5afdd2ede
Document the `wasmtime::Instance` APIs (#814) 5 years ago
Alex Crichton e7e08f162d
Preserve full native stack traces in errors (#823) 5 years ago
Alex Crichton 420dcd76fd
Don't require `Store` in `Instance` constructor (#810) 5 years ago
Alex Crichton ad2e94fce3 Don't use webidl bindings in custom tests (#801) 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 6571fb8f4f
Remove `HostRef` from the `wasmtime` public API (#788) 5 years ago
Alex Crichton e22d93f750 Tidy up the custom signal handler test 5 years ago
Dan Gohman 037c9d652b Fix expected trap messages. 5 years ago
Jakub Konka 64afd0305a Remove HostRefs in custom_signal_handlers 5 years ago
Yury Delendik d651408b5a
Module name (#775) 5 years ago
Maciej Woś 61f9b8ade8 Add support for a custom, per-instance signal handler (#620) 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
data-pup 8a53e76c71 move regression test 5 years ago
data-pup 46766ed925 add failing test for #636 5 years ago
Alex Crichton 39e57e3e9a Migrate back to `std::` stylistically (#554) 5 years ago
Dan Gohman 061b453255 Remove unneeded `extern crate`, `macro_use`, and tidy `use`s. 5 years ago
Dan Gohman 1a0ed6e388 Use the more-asserts crate in more places. 5 years ago
Alex Crichton ae86822c37
Move stray top-level misc_testsuite to tests (#528) 5 years ago
Dan Gohman 9af562c1ff Update dependencies. 5 years ago
Dan Gohman b158666f2b Reorganize tests. 5 years ago
Alex Crichton 59b15eab13
Simplify `#[test]` generation for `*.wast` files (#507) 5 years ago
Jakub Konka 3793fa3b09
Merge wasi-misc-tests repo as a subdir (#174) 5 years ago
Jakub Konka 63c1f71036 Sync with latest wasmtime rev 5 years ago
Alex Crichton 9947bc5209 Switch from `wabt` crate to `wast` (#434) 5 years ago
Dan Gohman 8e1b44b29c
Make more code work with no_std. (#407) 5 years ago
Jakub Konka 603f7a9f22
Misc testsuite feature gated (#113) 5 years ago
Jakub Konka da59c95f0c Update dependencies and use Once::new() instead of ONCE_INIT 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
Jakub Konka fec5b7ab0a Refactor mgmt of misc testsuite (#101) 5 years ago
Jakub Konka a38af109b3 Fix linter warnings 5 years ago
Dan Gohman 8b576779f2 Use `fs::read` instead of doing it manually. 5 years ago
Jakub Konka 667f272edd Rewrite majority of impl reusing `libstd` (#34) 5 years ago
Jakub Konka 22c69f46f9 Use build.rs to generate test cases automatically 5 years ago
Jakub Konka 656112d00b Patch wasmtime-wasi to use this wasi-common version 5 years ago