1326 Commits (e12f797c2c99aa6fd56c1762788c992717475c3e)
 

Author SHA1 Message Date
Till Schneidereit e12f797c2c
Merge pull request #132 from kubkon/patch-1 6 years ago
Jakub Konka 5c14d1eb6f
Add link to Rust version of the WASI tutorial 6 years ago
Jakub Konka d6b2faeeb4 Modify fd_prestat to hold C-str together with its length 6 years ago
Jakub Konka f7245f40a1 Port host::__wasi_preopentype_t to Rust 6 years ago
Jakub Konka 5c555406ca Add Rust impl of wasmtime_ssp_fd_prestat_get 6 years ago
Dan Gohman b0eab7398d
Don't decode the incoming events to poll_oneoff. (#113) 6 years ago
Dan Gohman ce3c0d98d3 Don't rewrite EBUSY to EINVAL in path_rename. 6 years ago
Dan Gohman 049c926e08 Handle set-size rights correctly when truncating a file. 6 years ago
Dan Gohman e62607e552 When path_open fails, set the output fd to -1. 6 years ago
Jakub Konka 86b7a52009 Port host::__wasi_errno_t errors to Rust 6 years ago
Jakub Konka a51ffb6b6d Add Rust impl of wasmtime_ssp_sched_yield 6 years ago
Dan Gohman 26cbbaab41 Clarify that `path_open`'s path is a relative path. 6 years ago
Dan Gohman 29c2616484 Update the documentation about C/C++ toolchain limitations. 6 years ago
Jakub Konka 69e44caa29 Add Rust impl of wasmtime_ssp_proc_exit 6 years ago
Dan Gohman e906370661 Make path_open return ELOOP on O_NOFOLLOW|O_DIRECTORY on a symlink. 6 years ago
Dan Gohman f10cd2f4b1 Don't allow a preopened file descriptor to be renamed over. 6 years ago
Dan Gohman 7813cc9d2d Fix a trace logging message. 6 years ago
Jake Lang a2eafd400f Document using wasmtime as a dependency in the README 6 years ago
Joel Martin b8fbae29e1 WASI-api.md: fix fsync -> fcntl 6 years ago
Stefano Buliani 3351befb3b Allow access to memory_index and grow on Instance (#105) 6 years ago
Dan Gohman a99107203e Document the preopened file descriptor range. 6 years ago
Dan Gohman d722b354db Miscellaneous tidying in the API docs. 6 years ago
Dan Gohman 9b1cd4bc7b Document __wasi_preopentype_t and __wasi_prestat_t. 6 years ago
Dan Gohman 4262178cf5 Document the `git clone --recurse-submodules` requirement. 6 years ago
Yury Delendik 07a6ca8f4e Hack to not allow inlining even when Rust wants to do it in release mode. 6 years ago
Dan Gohman 1f9167f44d Add a link to bindgen's documentation of the clang dependency. 6 years ago
Dan Gohman f32581706f Document that cmake and clang are build dependencies. 6 years ago
Dan Gohman 7e11511abd Remove dead code. 6 years ago
Dan Gohman b37ab7d13e Fix a copy+pasto in the tutorial. 6 years ago
Dan Gohman 07b83c5db3 Add __WASI_RIGHT_PATH_FILESTAT_SET_SIZE to RIGHTS_DIRECTORY_BASE. 6 years ago
Dan Gohman b509ca0aa5 Tidy up unused import warnings. 6 years ago
Dan Gohman 30dcf4aed6 Lightbeam requires nightly, so don't use cargo test --all. 6 years ago
Jef 9bf6d73210 Integrate Lightbeam (#51) 6 years ago
Dan Gohman a1c123c3dd Fix grammar in documentation. 6 years ago
Henrik Rydgård f5ebdb8e6a Get wasmtime building on Windows. (#92) 6 years ago
Yury Delendik 474809f5f3 Support imports in wasm2obj 6 years ago
Dan Gohman cc5efeb54d WASI: Simplify byref translation. 6 years ago
Dan Gohman 5b77f95284 WASI: Implement translation for events and subscriptions. 6 years ago
Dan Gohman 7151c110d7 Implement decode/encode for __wasi_filestat_t. 6 years ago
Dan Gohman dd0d71b18f Fix name name mangling of WASI functions in the JS polyfill. 6 years ago
Dan Gohman a6f31a2be3 Update Rust instructions, add a link to wasi-sysroot. 6 years ago
Dan Gohman 7378a0bfbe
Update Travis from trusty to xenial. (#84) 6 years ago
Dan Gohman 05a05551ba Pre-opened directory resources are now supported; update the docs. 6 years ago
Dan Gohman f53ed6d8ee Document that `random_get` can block. 6 years ago
Dan Gohman ab28cd9a2c Tidy up wording in the explanation of capabilities, and link to the tutorial. 6 years ago
Dan Gohman 5adbf58482 Fix grammar. 6 years ago
Dan Gohman 4fd7c4b931 Document the constraints on `path_open`'s returned file descriptor. 6 years ago
Dan Gohman c37f245fc8 Update URLs for things that have moved. 6 years ago
Gene McCulley 1d4b704cb8 Update README.md 6 years ago
Gene McCulley c39a7f82cb Update README.md 6 years ago