2370 Commits (1a64acf43bb2407d4be3575c732d99faf74971c1)
 

Author SHA1 Message Date
Alex Crichton 1a64acf43b Don't rebuild `wasmtime-cli` on all file changes 5 years ago
Peter Huene f2fa484abf
Merge pull request #880 from joshtriplett/profile-overrides 5 years ago
Josh Triplett 8affec0896 Don't spend build time optimizing build-time-only crates 5 years ago
Alex Crichton 97ff297683
Remove another thread local in `instance.rs` (#862) 5 years ago
Nick Fitzgerald cc07565985
Merge pull request #879 from alexcrichton/fix-leak 5 years ago
Alex Crichton d22b60e834 Fix a memory leak with link errors 5 years ago
Nick Fitzgerald 84c4d8cc6c
Remove always-on logging from fuzz targets (#878) 5 years ago
Alex Crichton c6438d0d44
fuzz: Don't panic on module compilation errors (#875) 5 years ago
Sergei Pepyakin f2382db461
Check the types of values returned by Callable (#876) 5 years ago
Sergei Pepyakin eb183d7ab3
Run rustfmt 1.41 (#877) 5 years ago
Alex Crichton 43c2da04b6
Try to fix Python wheel management on CI (#874) 5 years ago
Alex Crichton 83ff0150b4
Improve panics/traps from imported functions (#857) 5 years ago
Yury Delendik a8cad05e80
Fix 'not enough arguments' during wasmtime run (#858) 5 years ago
Andrew Brown bc50815eac
Re-enable simd_const.wast spec test (#872) 5 years ago
Alex Crichton 1defae2742
Run `cargo update` on dependencies (#868) 5 years ago
Jakub Konka 4b84d19f77 Update instantiate.rs (#864) 5 years ago
Jakub Konka daf0772bd5 Fix environ crate tests on nightly 5 years ago
Nick Fitzgerald 573cae2dda
Merge pull request #861 from alexcrichton/empty-file 5 years ago
Alex Crichton 62a86ae52b Remove a stray empty file 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
Alex Crichton 21e0a99884 Delete the `wasmtime-wasi-c` crate (#844) 5 years ago
Alex Crichton 177af53578
Simplify the `signalhandlers` module (#854) 5 years ago
Alex Crichton 05d6c27142
Reduce number of thread locals in trap handling (#852) 5 years ago
Peter Huene c78bf3c08a
Merge pull request #784 from marmistrz/path_open_doc 5 years ago
Peter Huene ef6e1ca2a8
Merge pull request #552 from marmistrz/poll 5 years ago
Alex Crichton e5af0ae3de
Move the `Store::signature_cache` field (#847) 5 years ago
Alex Crichton 5953215bac
Auto-generate the `hostcalls` module of `wasi-common` (#846) 5 years ago
Julian Popescu 5d7635c351 Replaces `load_file` with `load_bytes` in rust macro (#750) 5 years ago
Dan Gohman 9a88d3d894
Replace the global-exports mechanism with a caller-vmctx mechanism. (#789) 5 years ago
Nick Fitzgerald de72435576
Merge pull request #840 from jfoote/master 5 years ago
Jonathan Foote 903f972cb4 Update Cargo.lock for libfuzzer-sys version number increment 5 years ago
Yury Delendik 3992b8669f
[wasmtime-debug] Update DWARF expression transform to use new format. (#842) 5 years ago
Nick Fitzgerald df04e7fdc7
Merge pull request #833 from fitzgen/initial-differential-fuzzing 5 years ago
Nick Fitzgerald 386c3a94b0 fuzz: Don't run tests or docs for `differential` fuzz target 5 years ago
Jonathan Foote 47f8c1e561 Update libfuzzer-sys dependency version number 5 years ago
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
Marcin Mielniczuk 13afbd0bae
Fix a typo. 5 years ago
Marcin Mielniczuk 3d29244203
Cleanup empty event behavior 5 years ago
Marcin Mielniczuk 919190e062
Document the behavior of some rights-related functions. 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
Marcin Mielniczuk 5b5f9a7b06
Properly return errors. 5 years ago
Marcin Mielniczuk 8a02a48e91
Merge remote-tracking branch 'upstream/master' into poll 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