5586 Commits (9fe459bf3884145706698a6f52c86a628d9c1090)
 

Author SHA1 Message Date
Alex Crichton 0be3c2983c
Remove the `Context` type from `wasmtime` (#825) 5 years ago
Alex Crichton b4dccc0486
Assert on CI `wasi-tests` workspace is locked (#795) 5 years ago
Alex Crichton e7e08f162d
Preserve full native stack traces in errors (#823) 5 years ago
Dan Gohman b8e4354efc Implement `write_vectored` for `SandboxedTTYWriter`. 5 years ago
Yury Delendik 2a50701f0a
Backtrace WebAssembly function JIT frames (#759) 5 years ago
Peter Huene 0848a7eaaa
Merge pull request #821 from dindinw/master 5 years ago
Alex Wu 4208c7f8a2 fix build error for using the optional 'wasi-c' feature 5 years ago
Dan Gohman b00a181824 Bump version to 0.55.0 (#1345) 5 years ago
Dan Gohman 1d504ecf6d Correctly count the number of wasm parameters. (#1337) 5 years ago
Alex Crichton 364fa994ed Move the C API to a separate crate (#818) 5 years ago
Alex Crichton 7f997fe7a6 Fix CI after merge (#817) 5 years ago
Marcin Mielniczuk d31242c2e2
Update Cargo.lock 5 years ago
Marcin Mielniczuk b2c63290dd
Merge remote-tracking branch 'upstream/master' into poll 5 years ago
Marcin Mielniczuk 432dbf0e74
More WIP 5 years ago
Yury Delendik 0cf12b3f93
Register module signatures (#811) 5 years ago
Alex Crichton 420dcd76fd
Don't require `Store` in `Instance` constructor (#810) 5 years ago
Benjamin Bouvier dd497c19e1 Renames Settings ⚠️ (fixes #976) (#1321) 5 years ago
Yury Delendik bd88155483 Refactor unwind; add FDE support. (#1320) 5 years ago
Dan Gohman 6080eeb544 Add a reminder to create the PR to the end of the publish script. 5 years ago
Andrew Brown f592811c9a Update cranelifte and enable more SIMD spec tests (#806) 5 years ago
Dan Gohman 8bec6fe869 Update to wasmparser 0.47. (#1331) 5 years ago
Alex Crichton ad2e94fce3 Don't use webidl bindings in custom tests (#801) 5 years ago
Alex Crichton 3a13f79b66 Try to reduce CI times with a Rust `*.wat` parser (#1332) 5 years ago
Alex Crichton a45b037bfc
Move around some panics in `wasmtime` (#804) 5 years ago
Dan Gohman 582e7942f8 Bump version to 0.54.0 (#1333) 5 years ago
Dan Gohman ef2177ed3a
Update to the latest spec_testsuite and dependencies. (#803) 5 years ago
Alex Crichton 28a938a62f
Remove `allow(improper_ctypes)` (#797) 5 years ago
Alex Crichton 2b7d627007
Remove `HostRef` as a reexport from `wasmtime` (#794) 5 years ago
Alex Crichton 90db89d327
Refactor the `wasmtime-wast` crate, fix an early return (#798) 5 years ago
Alex Crichton aa41d4b12b
Refactor module creation slightly (#799) 5 years ago
Alex Crichton 6b3ee47915
Only require `str` in `new_with_name` (#796) 5 years ago
data-pup 250ea0e5db Verify that EBBs are non-empty (#1330) 5 years ago
Alex Crichton 6571fb8f4f
Remove `HostRef` from the `wasmtime` public API (#788) 5 years ago
Andrew Brown c7b0d49550 Fix V128AndNot type mapping (#1319) 5 years ago
Andrew Brown e8c3302bc5 Fix some additional clippy warnings 5 years ago
Andrew Brown 71914c7668 Fix clippy warnings in EncodingBits 5 years ago
Dan Gohman 068c249439 Add code to publish-all.sh for bumping path dependency versions. (#792) 5 years ago
Dan Gohman d765677fcc Add a `is_wasm_parameter` method to the wasm `FuncEnvironment`. (#1329) 5 years ago
Philip Craig 43f1e05156 Update target-lexicon to 0.10 5 years ago
Dan Gohman 336ee94c89
Bump version to 0.9.0 (#790) 5 years ago
Alex Crichton 41780fb1a6 Handle same-named imports with different signatures 5 years ago
Alex Crichton e22d93f750 Tidy up the custom signal handler test 5 years ago
Peter Huene 4b7677e4da Additional PR feedback changes. 5 years ago
Peter Huene 1c4c78ab03 Add the Cargo.lock for the test programs. 5 years ago
Peter Huene 8fdd776f81 Implement fd_fdstat_set_flags for Windows. 5 years ago
Alex Crichton 4197cc562e
Don't rebuild the test suite if wast files change (#787) 5 years ago
Alex Crichton 317f598969
Update `CodeMemory` to be `Send + Sync` (#780) 5 years ago
Peter Huene 9ee05447c7
Merge pull request #785 from kubkon/fix_ci 5 years ago
Dan Gohman 037c9d652b Fix expected trap messages. 5 years ago
Jakub Konka f83eafd6c2 Add missing dev-dependency: wasmtime-runtime 5 years ago