5586 Commits (9fe459bf3884145706698a6f52c86a628d9c1090)
 

Author SHA1 Message Date
Alex Crichton ef843b9e5a Add a `Debug` implementation for `wsmtime::Config` 5 years ago
Alex Crichton 1a64acf43b Don't rebuild `wasmtime-cli` on all file changes 5 years ago
Alex Crichton ea4faa4a01
Don't panic on shared memories (#883) 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
Andrew Brown 3502cd3cd1 Remove unused import; fixes #1367 (#1368) 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
Joshua Nelson 5edf015ada Make `get_libcall_funcref` `pub(crate)` (#1291) 5 years ago
Ryan Hunt c360007b19 Drop 'basic-blocks' feature (#1363) 5 years ago
Ryan Hunt 710182ad26 Wasm: Add support for nullref type 5 years ago
Ryan Hunt 32a95a89eb Wasm: Add support for typed select instruction 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
Ryan Hunt fc58dd6aff Tests: Add basic test for r32, r64 5 years ago
Ryan Hunt 946251e655 Codegen: Align representation of stackmap with SpiderMonkey 5 years ago
Ryan Hunt bbc0a328c7 Codegen: Allow encoding of (r32|r64).(load|store) 5 years ago
Ryan Hunt 848baa0aa7 Codegen: Add ref.is_invalid instruction 5 years ago
Ryan Hunt a15bb9cfcb Codegen: Use GPR regclass for reference types on x86 5 years ago
Ryan Hunt 3b1dda8e92 Wasm: Ensure result of `ref.is_null` is I32 5 years ago
Ryan Hunt 41f225804b Wasm: Allow environment to translate some global.set/get operations 5 years ago
Ryan Hunt f41bf5ecca Wasm: Use environment to translate reference types instructions and add support for multiple tables 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
Benjamin Bouvier 3125431ece Address nits from #1325 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
bjorn3 cc50e65f31 Update gimli to 0.20 (#1361) 5 years ago
Julian Popescu 5d7635c351 Replaces `load_file` with `load_bytes` in rust macro (#750) 5 years ago
bjorn3 e1446cff8d Derive Ord for all entities (#1313) 5 years ago
Sean Stangl b4c6bfd371 When splitting a const, insert prior to the terminal branch group. (#1325) 5 years ago
Andrew Brown d6134a6f3a Improve issue template: make questions invisible, add headings, add space for writing (#1349) 5 years ago