32 Commits (94ee96712ac7e1f64a0e29ee020a7e49ea699db8)

Author SHA1 Message Date
Jakub Konka f47133b229
Allow different Handles to act as stdio (#1600) 4 years ago
Yury Delendik 15c68f2cc1
Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
Dan Gohman 3715e19c67
Reactor support. (#1565) 5 years ago
Dan Gohman 9364eb1d98
Refactor (#1524) 5 years ago
iximeow 7e0d9decbf
Virtual file support (#701) 5 years ago
Peter Huene fa65a14dba
Make `WasiCtxBuilder` by-ref. 5 years ago
Alex Crichton 3dd5a3cb3f
Reimplement `wasmtime-wasi` on top of `wasmtime` (#899) 5 years ago
Dan Gohman 9a88d3d894
Replace the global-exports mechanism with a caller-vmctx mechanism. (#789) 5 years ago
Alex Crichton e5afdd2ede
Document the `wasmtime::Instance` APIs (#814) 5 years ago
Alex Crichton c417d4b587
Improve trap error messages (#831) 5 years ago
Alex Crichton 420dcd76fd
Don't require `Store` in `Instance` constructor (#810) 5 years ago
Alex Crichton 6571fb8f4f
Remove `HostRef` from the `wasmtime` public API (#788) 5 years ago
Alex Crichton 1fe76ef9e3 Remove the need for `HostRef<Module>` 5 years ago
Alex Crichton eb1991c579 Revert "Remove the need for `HostRef<Module>` (#778)" 5 years ago
Alex Crichton 7b33f1c619
Remove the need for `HostRef<Module>` (#778) 5 years ago
Alex Crichton 045d6a7310
Remove the need for `HostRef<Store>` (#771) 5 years ago
Alex Crichton 41528c82bc
Remove the `Flags` type from `Config` API (#769) 5 years ago
Alex Crichton b9dc38f4e1
Remove need for `HostRef<Engine>` (#762) 5 years ago
Yury Delendik 681445b18b
Fail with Trap in Instance::new() instead of Error (#683) 5 years ago
Jakub Konka 51f3ac0c45 Update WASI tests to use wasi crate v0.9.0 (#743) 5 years ago
Peter Huene 4e67ccfbc3
Fix WASI test program running. 5 years ago
Alex Crichton e13fabb276 Start to update the `wasi` crate in wasi tests (#675) 5 years ago
Alex Crichton e134505b90
Refactor the `types.rs` types and structures (#681) 5 years ago
Yury Delendik cc6e8e1af2
Move cranelift dependencies to wasmtime-environ (#669) 5 years ago
Jakub Konka bbe2a797ba
Fix feature-gating of test-programs (#612) 5 years ago
Jakub Konka a58709d99e Feature-gate test-programs 5 years ago
Josh Triplett 2635ccb742 Rename the wasmtime_api library to match the containing wasmtime crate (#594) 5 years ago
Dan Gohman 58dd4c6c88 Replace more miscellaenous `read_wasm` utilities with `wat::parse_file`. (#601) 5 years ago
Dan Gohman d645902620
Add support for wasi_snapshot_preview1. (#592) 5 years ago
Dan Gohman 7d47a04277
Remove unneded prefix argument from `instantiate_wasi`. (#584) 5 years ago
Yury Delendik ea56118651 Add/use create_wasi_instance() instead of instantiate_wasi(). (#571) 5 years ago
Dan Gohman d4fd229e5e
Reorganize wasi-misc-tests. (#575) 5 years ago