2435 Commits (7341e2fb1423672629068148f790f907ce91802a)
 

Author SHA1 Message Date
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 204b4d376a embed-rust: Find exported function by name rather than assuming index 0 5 years ago
Josh Triplett 4ab6445dae embed-rust: fix grammatical typo 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
Jakub Konka 9182971697 Add missing import to wasmtime-rust macro (#589) 5 years ago
Dan Gohman a2479df329 Update the documentation for running the test-programs tests. 5 years ago
Andrew Brown ea04aa5b98 Improve error messages received from Cranelift (#583) 5 years ago
Dan Gohman 7d47a04277
Remove unneded prefix argument from `instantiate_wasi`. (#584) 5 years ago
Daniel Bevenius 0753b1206b Use nested paths for use declarations (#576) 5 years ago
Yury Delendik ea56118651 Add/use create_wasi_instance() instead of instantiate_wasi(). (#571) 5 years ago
Jakub Konka 9896a5cabd
Add test for dangling file/dir handles (#566) 5 years ago
Jakub Konka 5edbd9b967 Test path_open O_EXCL behaviour 5 years ago
Dan Gohman c5f998add2
Update the crates.io publishing scripts (#580) 5 years ago
Jakub Konka 3d5b55c095 Fix rights check for fd_pread and fd_pwrite 5 years ago
Dan Gohman d4fd229e5e
Reorganize wasi-misc-tests. (#575) 5 years ago
Ben Brittain b0f558aa10 Mark functions as pub if trait is public (#574) 5 years ago
Yury Delendik 36cb806c54
Use embedding api in python extension (#569) 5 years ago
Daniel Bevenius a495418210 Correct minor typo in wasmtime.rs doc comment (#568) 5 years ago
Daniel Bevenius 1ac86c9451 Fix links in CONTRIBUTING.md (#565) 5 years ago
Alex Crichton 399295a708
Remove all checked in `*.wasm` files to the repo (#563) 5 years ago
Nick Fitzgerald 5ca38bdd4a
Merge pull request #562 from alexcrichton/less-public-api-dependencies 5 years ago
Nick Fitzgerald f234f1126d
Merge pull request #561 from alexcrichton/improper-ctypes-nightly-warnings 5 years ago
Alex Crichton fb60a21930 Reduce number of crates needed for `Config` usage 5 years ago
Alex Crichton 8b0cfd9245 Squash improper_ctypes warnings on nightly 5 years ago
Yury Delendik 98266498af Use embedded API in the wasmtime-rust (#540) 5 years ago
Jakub Konka 2737c5e8e5 Enable WASI tests on Windows (#560) 5 years ago
Jakub Konka 23e8bd8d66 Add test case for path_link syscall (#559) 5 years ago
Shawn Tabrizi c319ebf21b Update lightbeam link (#558) 5 years ago
Alex Crichton 622285790c Fix a few more URLs after project relocation (#555) 5 years ago
Daniel Salvadori 038a387471 Fix typo (#553) 5 years ago
Dan Gohman c78196bd01
Update repository URLs for the Bytecode Alliance. (#550) 5 years ago
Till Schneidereit 46721f3f92 Make it a Bytecode Alliance project (#549) 5 years ago
Jakub Konka 093629f7eb Refactor common clockid conversion on *nix (#548) 5 years ago
Nick Fitzgerald 79864d0db7
Merge pull request #542 from alexcrichton/doc-rust 5 years ago
Nick Fitzgerald ca04e33771
Merge pull request #467 from fitzgen/update-cranelift-for-full-multi-value 5 years ago
Nick Fitzgerald 01ab20e372 Bump cranelift deps to 0.50.0 5 years ago
Nick Fitzgerald 4c4699a226 Test the multi-value example on windows 5 years ago
Nick Fitzgerald a29303dedd Expand the muli-value example for wasmtime-api to use many return values 5 years ago