198 Commits (b0199ef3964e1010b4dbea1568e4e09cb7db4bb4)
 

Author SHA1 Message Date
Marcin Mielniczuk 92c2b563fc Reuse errno_from_ioerror to simplify error handling 5 years ago
Jakub Konka e18175c556
path_get refactor and implementation of missing path_ hostcalls on Windows (#41) 5 years ago
Jakub Konka 8ea7a983d8 Make fd_write unbuffered; fixes CraneStation/wasmtime#255 5 years ago
Jakub Konka 6797db66a2 Add cargo doc and apply cargo fmt to stable only 5 years ago
Jakub Konka 3e68834938 Remove Travis conf and redundant scripts 5 years ago
Jakub Konka 7bd8d5be98 Update CI status in README 5 years ago
Till Schneidereit fd787c2c99
Merge pull request #49 from kubkon/azure 5 years ago
Jakub Konka a2b99bb74c Add azure pipelines definition 5 years ago
Jakub Konka 3125dc4a79 Update readlink_no_buffer testcase 5 years ago
Marcin Mielniczuk 89fbde2c3f Implement fd_filestat_get for all platforms (#42) 5 years ago
Jakub Konka e759e3c2a4 Update dependencies and lock wasmtime-* on a specific rev 5 years ago
Marcin Mielniczuk 696eee22b2 Mark all functions in host_impl.rs as pub(crate) 5 years ago
Jakub Konka 86ae6e3df4 Refactor hostcalls_impl in sys module 5 years ago
Jakub Konka 7f0219e6d0 Move hostcalls impl into separate module 5 years ago
Jakub Konka c4704ba573 Fix error mapping for fd_seek on Windows 5 years ago
Jakub Konka 8ee4bed226 Add testcase for fd_seek and fd_tell 5 years ago
Jakub Konka 919262b5b9 Make fd_tell host independent 5 years ago
Jakub Konka 5bbf59e1c5 Make fd_seek host independent 5 years ago
Jakub Konka 0d571a4e6d Move extracting fds from context into hostcalls 5 years ago
Jakub Konka 14391bab56 Clean up more hostcalls 5 years ago
Jakub Konka 13823e2b39 Clean up fd_renumber 5 years ago
Jakub Konka 310ecb5b5b Create helper Result<T> type 5 years ago
Jakub Konka 08aa61f066 WASI paths as &str and String (#37) 5 years ago
Jakub Konka c3994bf57b Use Travis for Win builds as well 5 years ago
Jakub Konka 667f272edd Rewrite majority of impl reusing `libstd` (#34) 5 years ago
Jakub Konka 93e1657bae Update cranelift 5 years ago
Jakub Konka b4280d6cd6 Use ManuallyDrop instead of forget 5 years ago
Jakub Konka 7287767a3f Add enough Windows functionality to run WASI tutorial (#22) 5 years ago
Jakub Konka 22c69f46f9 Use build.rs to generate test cases automatically 5 years ago
Jakub Konka 656112d00b Patch wasmtime-wasi to use this wasi-common version 5 years ago
Jakub Konka 81b673f908 Fix typos 5 years ago
Jakub Konka b9c04d431f Move workspace creation outside of runtime instantiation 5 years ago
Jakub Konka d0eac815f0 Fix Windows CI 5 years ago
Jakub Konka ae63b33a23 Refactor 5 years ago
Jakub Konka 20d228f29e Modify test-all.sh script 5 years ago
Jakub Konka 982dbab1f2 Add misc-tests as a submodule dep 5 years ago
Jakub Konka 6ca01ce546 Add wasmtime as default runtime for integration tests 5 years ago
Jakub Konka 513429f1b8 Port trace log from wasmtime-wasi-c crate 5 years ago
Jakub Konka dc05d89a08 Fix path_readlink: with a 0-sized buffer should succeed 5 years ago
Jakub Konka 7fef91c1e4 Fix fd_renumber when trying to renumber a preopen 5 years ago
Jakub Konka a11f2b1d3a Refactor path_get and fix flags in path_open 5 years ago
Jakub Konka b35719fe4a Add fixes so that misc-tests pass 5 years ago
Jakub Konka 54a897cf91 Move common functionality into hostcalls mod 6 years ago
Jakub Konka c113ff32e6 Move preopen_dir handlers from wasmtime to wasi-common 6 years ago
Dan Gohman 9a66400cd8 Use `try_from` instead of the `cast` crate. 6 years ago
Jakub Konka 51fc39e0e6 Backport path_get fix discovered in Win branch 6 years ago
Jakub Konka 0143ed548d Update README 6 years ago
Jakub Konka b1764e18eb Add appveyor for automated Win testing 6 years ago
Jakub Konka 9ae766db2f Add convenience batch script for Win 6 years ago
Jakub Konka c3ff3cf075 Add template for Windows impl 6 years ago