5584 Commits (79fa4d1a94a10563663a49d2a8e59dee93de1fce)
 

Author SHA1 Message Date
Dan Gohman 4e0c1c08c1 Update Cargo.lock. 5 years ago
Marcin Mielniczuk f7f10c12b3 Fix rights checks across the codebase. 5 years ago
Marcin Mielniczuk 5efa640e23 Add a test for path_open read rights 5 years ago
Marcin Mielniczuk 9197a68837
WIP 5 years ago
Marcin Mielniczuk f20b5a4cac
WIP 5 years ago
Marcin Mielniczuk 0b50274680
WIP 5 years ago
Marcin Mielniczuk 54a398ad69
Fix writing timeout events. Check that we only return one timeout event. 5 years ago
Marcin Mielniczuk a2b556f1b0
Do not loop with nfds=0, timeout=-1 5 years ago
Marcin Mielniczuk 5cd3e9904f
Rename make_read_event to make_rw_event 5 years ago
Marcin Mielniczuk a8e9b1a0d5
Comment on infinite sleep 5 years ago
Marcin Mielniczuk 7cb8137fae
Avoid issuing syscalls if we're requested to return immediately 5 years ago
Marcin Mielniczuk 40ec01a1e8
Fix poll_oneoff behavior when fd_events are empty 5 years ago
Marcin Mielniczuk 98e84ae487
Refactor poll_oneoff and return stdin if immediately readable. 5 years ago
Marcin Mielniczuk 4695c95374
WIP implementation of poll_oneoff on Windows 5 years ago
Yury Delendik d651408b5a
Module name (#775) 5 years ago
Maciej Woś 61f9b8ade8 Add support for a custom, per-instance signal handler (#620) 5 years ago
Alex Crichton 1fe76ef9e3 Remove the need for `HostRef<Module>` 5 years ago
Alex Crichton eb1991c579 Revert "Remove the need for `HostRef<Module>` (#778)" 5 years ago
Alex Crichton 7b33f1c619
Remove the need for `HostRef<Module>` (#778) 5 years ago
Alex Crichton c975a92a3a
Remove unsafety from `Trap` API (#779) 5 years ago
Alex Crichton 04d233301c Require the `Send` trait for `TargetIsa` 5 years ago
Benjamin Bouvier 3a4b1cc989 Split define encodings + start splitting instruction definitions (#1322) 5 years ago
Andrew Brown 6fe86bcb61 Fix SIMD float comparison encoding (#1285) 5 years ago
Jakub Konka 06be4b1495
[wasi-common] Clean up fd_filestat_get implementation (#757) 5 years ago
Alex Crichton b46f26361f
Don't render errors twice, only once (#773) 5 years ago
Alex Crichton 045d6a7310
Remove the need for `HostRef<Store>` (#771) 5 years ago
Andrew Brown 296ebc46fd Update wasmparser to 0.45.1 (#776) 5 years ago
Peter Huene 4adca3d07e
Merge pull request #739 from peterhuene/use-clap-for-cli 5 years ago
Andrew Brown dd8a1fc907 Update wast to 5.0.1 (#774) 5 years ago
Peter Huene e2c351ba18
Disable doc tests for the CLI crate. 5 years ago
Peter Huene 59258730c2
Use structopt instead of docopt. 5 years ago
Alex Crichton d142a39113
Tweak some API doc generation (#772) 5 years ago
Alex Crichton 41528c82bc
Remove the `Flags` type from `Config` API (#769) 5 years ago
C Burgos 8ff6d640d6 Remove unused function and associated tests (#1312) 5 years ago
Alex Crichton 9ead93684e
Ensure `Trap` is returned for start function traps (#768) 5 years ago
Alex Crichton f68bfdeedb
Go back to testing true nightlies (#765) 5 years ago
Alex Crichton 7474633cca
Remove usage of `CompilationStrategy` from `Config` (#764) 5 years ago
Alex Crichton 787f50e107
Remove usage of `Features` from `wasmtime::Config` API (#763) 5 years ago
Andrew Brown 46e58fbaaa Bitcasting at control flow exits (#1272) 5 years ago
Alex Crichton b9dc38f4e1
Remove need for `HostRef<Engine>` (#762) 5 years ago
Auke Willem Oosterhoff ad7d48479e Publish Python packages on pypi on every git tag (#761) 5 years ago
Jakub Konka e674eee609 [wasi-common] Use thiserror proc macros for auto From impls (#758) 5 years ago
bjorn3 9bbe378d41 Fix master tests (#1316) 5 years ago
Dan Gohman 1d810a5de9 Initial support for securing tty I/O. (#684) 5 years ago
Las 1f8921ef09 Fix typo in WASI-background.md (#755) 5 years ago
Mischa Spiegelmock 0e3dcaeb6e typo (#752) 5 years ago
Andrew Brown 69683e8b67 Update Cranelift to 0.52.0 (#710) 5 years ago
Yury Delendik 681445b18b
Fail with Trap in Instance::new() instead of Error (#683) 5 years ago
Jakub Konka 51f3ac0c45 Update WASI tests to use wasi crate v0.9.0 (#743) 5 years ago
XAMPPRocky 907e7aac01 Clippy fixes (#692) 5 years ago