215 Commits (f3a518623023807e367db47fb158692bb12bf057)
 

Author SHA1 Message Date
Jakub Konka f3a5186230
Refactor poll_oneoff on *nix (#137) 5 years ago
Dan Gohman aecec187d7
Check for overflow when incrementing the `preopen_fd` counter. (#157) 5 years ago
Peter Huene de71dbec0d Implement a helper for converting &str to CString. (#154) 5 years ago
Dan Gohman 9a5c53b3ed
Make wasi-common's `Error` messages prettier. (#156) 5 years ago
Marcin Mielniczuk 2659641132 Implement clock_time_get on Windows (#119) 5 years ago
Jakub Konka bb5c879718 Fixes path_symlink_trailing_slashes on Windows 5 years ago
Jakub Konka 59bbfbc0d7 Remove `needs_close` from `FdObject` 5 years ago
Maxim Vorobjov 6eb6e342d7 Rebuild misc tests when any of test files change (#150) 5 years ago
Pat Hickey f9a8329424 WasiCtxBuilder: add methods to provide Files each for stdio (#147) 5 years ago
Jakub Konka b0e896e7d0 Add Github Actions badge to README 5 years ago
Jakub Konka 1c5422e052 Remove Azure Pipelines conf 5 years ago
Jakub Konka 997d411870 Bump required rustc to 1.37 in README 5 years ago
Jakub Konka 3821ce28c8 Add beta & nightly builds 5 years ago
Jakub Konka 2ada299b95 Add docs section 5 years ago
Jakub Konka a04aa5860d Update test configuration 5 years ago
Jakub Konka 10e0b87ebf Update MSRV to 1.37.0 5 years ago
Jakub Konka be1f8c0325 Update ci.yml 5 years ago
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