322 Commits (4283fdc862ad2158607afb60703c61ed95846f24)

Author SHA1 Message Date
Patrick Ventuzelo 07c850051d fix all warning, cargo test OK 5 years ago
Patrick Ventuzelo b8f33c3c94 remove expect from pop func and add return value other wasm opcode functions 5 years ago
Patrick Ventuzelo dcc68dfafc use Result for a lot of lightbeam func, refactoring error handling 5 years ago
Pat Hickey dbc4eebbfe wig: update to latest witx 5 years ago
Andrew Brown 3558d41cea Fix wast error line numbers; previously off by one (#666) 5 years ago
Jakub Konka 45f41b3c8e
Deny warnings in the CI by default (#616) 5 years ago
Yury Delendik 991592c4ba
[wasmtime-api] Record original Trap from API callback. (#657) 5 years ago
Patrick Ventuzelo 027f6117d6 remove panic, expect and unimplemented from microwasm + use Result as return value for some functions (#652) 5 years ago
Nick Fitzgerald 5429a9391d fuzzing: Provide dummy imports for instantion oracle 5 years ago
XAMPPRocky 2109935fef Remove custom TryInto (#646) 5 years ago
Josh Triplett 4b001912ce Update rayon dependencies to avoid duplicate crossbeam dependencies (#651) 5 years ago
Jakub Konka d733ebf3ab Fast-forward snapshot_0 to match wasi-common upstream 5 years ago
Dan Gohman 1f9d764d5d Support fd_fdstat_get and fd_renumber on stdin/stdout/stderr (#631) 5 years ago
Marcin Mielniczuk b69758f672 Correctly handle possibly misaligned pointers in readdir (#615) 5 years ago
Dan Gohman 16b8b3e58d Make `Module::new` perform validation. (#621) 5 years ago
Yury Delendik e71ab6b846
Fix build dependency for `make run-hello-c` (#622) 5 years ago
Nick Fitzgerald f931243cee Remove allow pragma now that it is unnecessary 5 years ago
data-pup 0c4a44db70 pr review 5 years ago
data-pup 2011eab7b2 unit test doesn't run if placed in tests/regressions 5 years ago
data-pup 8a53e76c71 move regression test 5 years ago
data-pup d3f3aa04d7 misc. cleanup 5 years ago
data-pup 4f47a4f607 only collect functions if defined memories exist 5 years ago
data-pup bbea2855be wip - fix #636, check memory before calculating offset 5 years ago
Peter Huene 0cf54ffeba Implement `__wasi_fd_fdstat_get` for Windows. 5 years ago
Peter Huene a3bc464e47
Add LLVM exception for Wasmtime for .NET license. 5 years ago
Nick Fitzgerald bab59a2cd2 Fuzzing: Add test case logging and regression test template 5 years ago
Luiz Irber 5cdae1d394 use setuptools_scm for python version management (#627) 5 years ago
Daniel Bevenius 750355d76b Fix issue tracker link in lightbeam README.md (#639) 5 years ago
Artyom Pavlov 752ed901d6 Use getrandom for random_get, disable default rand features (#625) 5 years ago
Jakub Konka 64f9cee842 Fix build errors on nightly 5 years ago
Yury Delendik e9622654c5
[wasmtime-api] Collect and wrap cranelift dependencies (#623) 5 years ago
Daniel Bevenius 6594a3bbe0 Correct grammar/typo in runtime instance.rs (#628) 5 years ago
Jakub Konka c45f70999a
Unify fd_readdir impl between *nixes (#613) 5 years ago
Peter Huene 9fdf5bce8e
Move Wasmtime for .NET to the Wasmtime repo. 5 years ago
Nick Fitzgerald 66977cd4ae Update `binaryen-rs` to 0.8.2 5 years ago
Nick Fitzgerald 58ba066758 Split our existing fuzz targets into separate generators and oracles 5 years ago
Nick Fitzgerald 9658d33b5c Create a new `wasmtime-fuzzing` crate 5 years ago
Jakub Konka bbe2a797ba
Fix feature-gating of test-programs (#612) 5 years ago
Daniel Bevenius eb8538099f Correct typo in crates/jit/src/action.rs 5 years ago
Jakub Konka a58709d99e Feature-gate test-programs 5 years ago
Josh Triplett 3cb238366d Simplify gcd example: remove unnecessary clone 5 years ago
Josh Triplett 7c8ac3d71c Simplify examples: avoid unnecessary HostRef wrap/unwrap 5 years ago
Josh Triplett 2635ccb742 Rename the wasmtime_api library to match the containing wasmtime crate (#594) 5 years ago
Dan Gohman 58dd4c6c88 Replace more miscellaenous `read_wasm` utilities with `wat::parse_file`. (#601) 5 years ago
Jakub Konka 7d7360b32d
Move dangling_fd test case into test-programs (#590) 5 years ago
Dan Gohman ea73d4fa91 Remove a few more explicit `alloc::` and `core::`. 5 years ago
Dan Gohman d645902620
Add support for wasi_snapshot_preview1. (#592) 5 years ago
Alex Crichton 39e57e3e9a Migrate back to `std::` stylistically (#554) 5 years ago
Jakub Konka c423a1c2f0 Add badges to wasi-common crate's README (#588) 5 years ago
Alex Crichton f2718a9573 Update faerie, remove usage of `failure` (#591) 5 years ago