423 Commits (622285790ce33211a8eca5ec6d9b944ef530d345)

Author SHA1 Message Date
Dan Gohman 061b453255 Remove unneeded `extern crate`, `macro_use`, and tidy `use`s. 5 years ago
Dan Gohman e8f08193fc Reformat some long lines and macros. 5 years ago
Alex Crichton 5a5f241f98
Fix typo in warning message for `--invoke` (#530) 5 years ago
Dan Gohman c3436ddcdf rustfmt 5 years ago
Dan Gohman d9ca508f80 Rename `wasmtime-api` to `wasmtime`. 5 years ago
Yury Delendik 6632a7da37
[wasmtime-api] reduce examples complexity: hostref for store/engine (#489) 5 years ago
Adam C. Foltzer 2fe353044f Improvements to `WasiCtxBuilder`, and a couple bug fixes (#175) 5 years ago
Marcin Mielniczuk 12972c7fd3 Implement fd_readdir (#116) 5 years ago
Andrew Brown a8afdff972 Add error causes to failed WAST directives (#477) 5 years ago
Marcin Mielniczuk 22494057df Try to somehow implement clock_res_get on Windows. (#124) 5 years ago
Dan Gohman 8ebe12f553
Use generated type bindings (#152) 5 years ago
Josh Triplett 56ce6e9c9f Migrate from failure to thiserror and anyhow (#436) 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
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
Pat Hickey f9a8329424 WasiCtxBuilder: add methods to provide Files each for stdio (#147) 5 years ago
Jakub Konka 3a374d0016 Update poll_oneoff API 5 years ago
Dan Gohman 056e1d8cc0 Add more links in the `fs` module's documentation. 5 years ago
Jakub Konka 0d63cc2dbc Fix `remove_directory_trailing_slashes` on Windows 5 years ago
Alex Crichton 9947bc5209 Switch from `wabt` crate to `wast` (#434) 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 ebef2c6b57
Rename "always_lightbeam" to "lightbeam" in more places. (#404) 5 years ago
Nick Fitzgerald 842faf5aa6 Support for multi-value wasm (#399) 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
Artur Jamro 872f6aa03d Fix opt_level builder flag (#411) 5 years ago
Dan Gohman 6ef46e0497 Use the Lightbeam cargo feature. 5 years ago
Marcin Mielniczuk 692bb27209 Correct the clippy::use_self lint where possible. (#114) 5 years ago
Dan Gohman fb2a89a1b1 Fix compilation error by bringing in Lightbeam. 5 years ago
Dan Gohman 5ccdf13b11 Rename --always-cranelift to --cranelift. 5 years ago
Dan Gohman 8d89c3b479 Add options to wasmtime and wasm2obj to pick compilation strategy. 5 years ago
Dan Gohman d4353f03cb Don't check `assert_trap` tests when Lightbeam is enabled. 5 years ago
Dan Gohman 5bf2fc0ffa Don't enable Lightbeam tests if Lightbeam isn't enabled. 5 years ago
Dan Gohman 65b8afabe6 Make use of Lightbeam configurable. 5 years ago