198 Commits (b0199ef3964e1010b4dbea1568e4e09cb7db4bb4)
 

Author SHA1 Message Date
Jakub Konka b0199ef396 Enable Github Actions 5 years ago
Jakub Konka 8e45a14cec Fast-forward wasmtime to latest rev 5 years ago
Jakub Konka 3a374d0016 Update poll_oneoff API 5 years ago
Dan Gohman bd8d550ba3 Improve Cargo.toml files for publishing (#141) 5 years ago
Dan Gohman 056e1d8cc0 Add more links in the `fs` module's documentation. 5 years ago
Jakub Konka 951456d79b Update misc_testsuite to latest master 5 years ago
Jakub Konka 63c1f71036 Sync with latest wasmtime rev 5 years ago
Jakub Konka 0d63cc2dbc Fix `remove_directory_trailing_slashes` on Windows 5 years ago
Dan Gohman ef010b44b7 Fix nondeterminism in the preopen order. 5 years ago
Dan Gohman 4120d3b44f Optimize away an owned string in `path_readlink`. 5 years ago
Dan Gohman 14bad3cb97 Ensure that each crate has its own copy of the LICENSE file. 5 years ago
Jakub Konka c3bf04042e
Fixes `path_symlink_trailing_slashes` test case (#125) 5 years ago
Jakub Konka d458fb6815 Clean up BSD vs Linux implementation details 5 years ago
Jakub Konka f1f6b3780b Fixes CraneStation/wasmtime#396 5 years ago
Marcin Mielniczuk 968fb19f17 Add a typesafe enum for file type 5 years ago
Marcin Mielniczuk 5dad532a43 Use cvt from the cvt crate in winx 5 years ago
Marcin Mielniczuk 692bb27209 Correct the clippy::use_self lint where possible. (#114) 5 years ago
Jakub Konka 603f7a9f22
Misc testsuite feature gated (#113) 5 years ago
Jakub Konka da59c95f0c Update dependencies and use Once::new() instead of ONCE_INIT 5 years ago
dependabot-preview[bot] 6749015c26 Update target-lexicon requirement from 0.4.0 to 0.8.1 5 years ago
dependabot-preview[bot] cf9cbbb519 Update cranelift-wasm requirement from 0.41.0 to 0.44.0 5 years ago
dependabot-preview[bot] c097f567a9 Update cranelift-native requirement from 0.41.0 to 0.44.0 5 years ago
Jakub Konka b4c60f0c36
Merge pull request #111 from CraneStation/dependabot/cargo/rand-0.7 5 years ago
dependabot-preview[bot] 183611d796
Update rand requirement from 0.6 to 0.7 5 years ago
dependabot-preview[bot] 825ed4f4d4 Update cranelift-entity requirement from 0.41.0 to 0.44.0 5 years ago
Dan Gohman 6b2f3ebf7c
Begin sketching out a new high-level `fs` API. (#91) 5 years ago
Dan Gohman a679412dd0 Sync with lucet-wasi (#106) 5 years ago
Jakub Konka d33036a3b5 Fix path_rename on *nix hosts 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 fec5b7ab0a Refactor mgmt of misc testsuite (#101) 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
Jakub Konka f22a468f91 Add fd_advise smoke test 5 years ago
Jakub Konka 4915f0734e Ignore failing tests for the moment 5 years ago
Jakub Konka d69b295985 Sync wasi_misc_tests 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
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
Dan Gohman 34db7f0150 Update to syn 1 and quote 1. 5 years ago
Jakub Konka 33c78e2e5b Fix formatting 5 years ago
Marcin Mielniczuk 612617b0ba reuse the host::* consts in enum Error 5 years ago