2390 Commits (348c597a8ed2f474f33f0917568fd67c2d61135e)
 

Author SHA1 Message Date
Alex Crichton 348c597a8e
Remove global state for trap registration (#909) 5 years ago
Alex Crichton 9dffaf9d57
Update wasmparser dependency (#912) 5 years ago
Alex Crichton c860edc14f
Disable cranelift's verifier by default (#882) 5 years ago
Alex Crichton 8e0651374a
Deregister JIT frames on Linux in reverse order (#910) 5 years ago
Alex Crichton 3dd5a3cb3f
Reimplement `wasmtime-wasi` on top of `wasmtime` (#899) 5 years ago
Yury Delendik c9dce98ba2
Test wasmtime-c-api crate (#904) 5 years ago
Nathan Froyd efb7f0a6c7
factor out declaring exports (#906) 5 years ago
Alex Crichton 9f76df6c85
Remove trap registration from `wasmtime` crate (#903) 5 years ago
Yury Delendik 961853fd1c
Implement wasm_config_new and wasm_engine_new_with_config (#901) 5 years ago
Yury Delendik b3ac718421
Implement FIXME in debug/src/expression.rs (#902) 5 years ago
Alex Crichton 1bfca842b0
Support `Func` imports with zero shims (#839) 5 years ago
Alex Crichton e09231e33f
Add a test tha call_indirect traps produce good errors (#889) 5 years ago
Yury Delendik a01bcff219
Implement wasm_global_type (#898) 5 years ago
Alex Crichton 76f9e7ea41
Verify correct number and types of arguments enter wasm (#890) 5 years ago
Alex Crichton 70f179b499
Update `wast` to 7.0.0, fix stack overflow (#897) 5 years ago
Nick Fitzgerald 6559ea5ce6
Merge pull request #885 from alexcrichton/less-rebuild 5 years ago
Nick Fitzgerald a817a0879e
Merge pull request #886 from alexcrichton/debug-config 5 years ago
Yury Delendik 4599234c6f
Don't generate DWARF sections when no functions were compiled. (#894) 5 years ago
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
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