2299 Commits (1667c462c59c90808d5a9ba82229055ed4448482)
 

Author SHA1 Message Date
Nick Fitzgerald 1667c462c5 CI: run a sample of our differential fuzz test corpus in CI 5 years ago
Nick Fitzgerald 1bf8de35f3 Add initial differential fuzzing 5 years ago
Marcin Mielniczuk 815576edc5 Return EINVAL in poll_oneoff with no events. (#838) 5 years ago
Alex Crichton 448faed5ca
Deny missing documentation in `wasmtime` crate (#836) 5 years ago
Alex Crichton 0bee67a852
Document and update the API of the `externals.rs` module (#812) 5 years ago
Sergei Pepyakin 7890fa6705 Use __chkstk for aarch64 instead of __rust_probestack. (#800) 5 years ago
Andrew Chin d81aa203bb Disable rustdoc on the wasmtime cli binary (#834) 5 years ago
Alex Crichton e5afdd2ede
Document the `wasmtime::Instance` APIs (#814) 5 years ago
Alex Crichton 0c99ac3d7e Capture a backtrace before calling wasm (#830) 5 years ago
Alex Crichton c417d4b587
Improve trap error messages (#831) 5 years ago
Jakub Konka 5f1c0eb86b Generate strerror from witx; tweak Display for WasiError (#832) 5 years ago
Sergei Pepyakin 5b8be5f262 Move compilation into Module from Instance. (#822) 5 years ago
Jakub Konka e474a9e822
[wasi-common] Log string representation of WASI errno at the trace level (#760) 5 years ago
Yury Delendik b2bfb98f1f
Provide proper function index and name in the FrameInfo (#824) 5 years ago
Nick Fitzgerald adcc047f4a Update fuzz crates (#826) 5 years ago
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
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
Yury Delendik 0cf12b3f93
Register module signatures (#811) 5 years ago
Alex Crichton 420dcd76fd
Don't require `Store` in `Instance` constructor (#810) 5 years ago
Andrew Brown f592811c9a Update cranelifte and enable more SIMD spec tests (#806) 5 years ago
Alex Crichton ad2e94fce3 Don't use webidl bindings in custom tests (#801) 5 years ago
Alex Crichton a45b037bfc
Move around some panics in `wasmtime` (#804) 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
Alex Crichton 6571fb8f4f
Remove `HostRef` from the `wasmtime` public API (#788) 5 years ago
Dan Gohman 068c249439 Add code to publish-all.sh for bumping path dependency versions. (#792) 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
Jakub Konka 64afd0305a Remove HostRefs in custom_signal_handlers 5 years ago
Jakub Konka 036fd8ead5 Fix path_open_read_without_rights test 5 years ago