460 Commits (4283fdc862ad2158607afb60703c61ed95846f24)

Author SHA1 Message Date
Artur Jamro 1c22211d57 Refactor cache configuration 5 years ago
Marius Wachtler c3a519d3a1 wasm2obj: add -O / --optimize command line option 5 years ago
Artur Jamro febb0cb693 Cache worker 5 years ago
Yury Delendik 6a41417b52 Add examples; refactor HostRef 5 years ago
Jakub Konka 90f1cd5c96 Fix path_remove_directory on *nixes 5 years ago
Dan Gohman 30a4f73cce
Mark public API functions as unsafe. (#90) 5 years ago
Jakub Konka dfeae067cc Sync with wasmtime and update public interface 5 years ago
Dan Gohman febecc418c Make functions that operate on raw I/O handles unsafe. 5 years ago
Jakub Konka c98b3d10ec
Fix fd_readdir on BSD-style nixes (#81) 5 years ago
Jakub Konka 500e32a3b2 Use fcntl with F_RDADVISE on MacOS 5 years ago
Marcin Mielniczuk 8d7e80f440 Refactor error handling in fd_advise 5 years ago
Marcin Mielniczuk 86e3d3e307 Fix a typo in fd_advise 5 years ago
Marcin Mielniczuk f07392c175 Quick fix for path_filestat_set_times. Closes #95. 5 years ago
Dan Gohman e85376ec07 Add doc comments to `WasiCtxBuilder`'s methods. 5 years ago
Dan Gohman c1c74ca54b Add a method for inhering the command-line arguments from the host. 5 years ago
Dan Gohman aea2f11f06 Mark `WasiCtx`'s internals as `pub(crate)`. 5 years ago
Artur Jamro 633dfa17ee Cache config as a file 5 years ago
Dan Gohman 52b69c21cf Miscellaneous clippy fixes. 5 years ago
Dan Gohman 39161d020f Clippy: use `from` functions rather than `as` casts. 5 years ago
Dan Gohman 09ace35295 Clippy: use ptr::add rather than ptr::offset. 5 years ago
Jakub Konka 33c78e2e5b Fix formatting 5 years ago
Marcin Mielniczuk 612617b0ba reuse the host::* consts in enum Error 5 years ago
Marcin Mielniczuk c5339d01cf refactor errno_from_ioerror 5 years ago
Marcin Mielniczuk ae836df42d reformat 5 years ago
Marcin Mielniczuk 57c19cf073 fixes 5 years ago
Marcin Mielniczuk 438c693508 Impl Fail 5 years ago
Marcin Mielniczuk 3fd0cdcc12 Cleanup 5 years ago
Marcin Mielniczuk b09f7e860f Refactor try_from and try_into error handing. 5 years ago
Marcin Mielniczuk 14aaffd46f Initial error refactor 5 years ago
Marcin Mielniczuk 85a41d449c Treat FIFOs' type as __WASI_FILETYPE_UNKNOWN. 5 years ago
Marcin Mielniczuk d308c47822 Add a no-op implementation of fd_advise on Windows 5 years ago
Marcin Mielniczuk 947eb1fb53 Move fd_advise on Linux to nix 5 years ago
Jakub Konka 3609a82dc9 Fix incorrect fd_readdir behaviour 5 years ago
Marcin Mielniczuk 417ec0be01 Update src/sys/windows/hostcalls_impl/fs.rs 5 years ago
Marcin Mielniczuk d617fe67ad Check for socket type in filetype. 5 years ago
Artur Jamro 479592f8c5 Cache compression (#234) 5 years ago
Marcin Mielniczuk 9950bddee5 Use safe casts in path_filestat_set_times on unix. 5 years ago
Sendil Kumar 69d60c4711 update nix version 5 years ago
Dan Gohman e7f67b1725 Format with rustfmt. (#26) 5 years ago
Marcin Mielniczuk 1bf5106f40 Implement path_filestat_get & path_filestat_set_times on Windows. 5 years ago
Marcin Mielniczuk 2ed69b1d10 Add .concatenate() method to PathGet on Windows. 5 years ago
Yury Delendik f88e92a57c Better Wasmtime API for embedder (#287) 5 years ago
Jakub Konka cf0bef84cc Fix filestat_from_nix conversion fn 5 years ago
Marcin Mielniczuk 065fbea252 Implement path_filestat_set_times using nix instead of libc. 5 years ago
Dan Gohman 4937dd0632 Fix the name of the `wast` command in its usage string. 5 years ago
Artur Jamro 3c33fe63a1 Add command line option for custom cache directory 5 years ago
Alex Crichton af2b4e4946 Add initial support for WebAssembly Interface Types (#282) 5 years ago
Dan Gohman 05852977ac Use char/byte literals instead of single-char/byte string literals. 5 years ago
Jakub Konka b14570e887 Move checks into error handling of std::fs::rename (where possible) 5 years ago
Jakub Konka 1b7d9bed2b Implement path_rename on Windows 5 years ago