230 Commits (12972c7fd3ecdf8f1e4206c3f579ebb5a6068f85)
 

Author SHA1 Message Date
Marcin Mielniczuk 12972c7fd3 Implement fd_readdir (#116) 5 years ago
Marcin Mielniczuk 22494057df Try to somehow implement clock_res_get on Windows. (#124) 5 years ago
Dan Gohman 3757b8b1c2
Update local dependency versions too (#173) 5 years ago
Dan Gohman ab0c933eff
Bump crate versions. (#171) 5 years ago
Dan Gohman 8ebe12f553
Use generated type bindings (#152) 5 years ago
Jakub Konka f4ac1299b2 Fix path_rename_trailing_slashes test case on Win 5 years ago
Jakub Konka 74757fdd65 Sync wasmtime and remove wasm32 deprecated module (#165) 5 years ago
Dan Gohman 95578a42ce Remove `RIGHTS_SHARED_MEMORY_BASE`. 5 years ago
Dan Gohman 86829d2447 Handle overflow in Linux's `dirent_from_host`. 5 years ago
Jakub Konka 37ce4ba2ad Fix rights in fd_pwrite; cleanup redundant borrows 5 years ago
Dan Gohman a9e3487566
Reorganize host.rs and wasm32.rs. (#151) 5 years ago
Jakub Konka 5f5f31beab
Treat all warnings as errors by default (#161) 5 years ago
Peter Huene 3b7a00f474 Fix unused function warnings on Windows. 5 years ago
Jakub Konka f4d3f08fc6 Fix path_get returning ENOTDIR when base not dir (#159) 5 years ago
Dan Gohman 0302f1a164 Make `path_get` return `ENOTDIR` when the base isn't a directory. 5 years ago
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