460 Commits (4283fdc862ad2158607afb60703c61ed95846f24)

Author SHA1 Message Date
Alex Crichton a6adf52429
Add more CLI flags for wasm features (#917) 5 years ago
Alex Crichton 70345aff31
Remove all global state from the caching system (#863) 5 years ago
Alex Crichton 3dd5a3cb3f
Reimplement `wasmtime-wasi` on top of `wasmtime` (#899) 5 years ago
Yury Delendik 4599234c6f
Don't generate DWARF sections when no functions were compiled. (#894) 5 years ago
Sergei Pepyakin eb183d7ab3
Run rustfmt 1.41 (#877) 5 years ago
Alex Crichton 21e0a99884 Delete the `wasmtime-wasi-c` crate (#844) 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 Wu 4208c7f8a2 fix build error for using the optional 'wasi-c' feature 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
Dan Gohman 336ee94c89
Bump version to 0.9.0 (#790) 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 b46f26361f
Don't render errors twice, only once (#773) 5 years ago
Alex Crichton 045d6a7310
Remove the need for `HostRef<Store>` (#771) 5 years ago
Peter Huene 59258730c2
Use structopt instead of docopt. 5 years ago
Alex Crichton 41528c82bc
Remove the `Flags` type from `Config` API (#769) 5 years ago
Alex Crichton 7474633cca
Remove usage of `CompilationStrategy` from `Config` (#764) 5 years ago
Alex Crichton 787f50e107
Remove usage of `Features` from `wasmtime::Config` API (#763) 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
XAMPPRocky 907e7aac01 Clippy fixes (#692) 5 years ago
Alex Crichton d5a2eb397c
Update the `*.wast` runner to use the `wasmtime` API (#690) 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
Dan Gohman 8a1b7965d8
Move command function invocation out of wasmtime-instance. (#585) 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
Daniel Bevenius 0753b1206b Use nested paths for use declarations (#576) 5 years ago
Yury Delendik ea56118651 Add/use create_wasi_instance() instead of instantiate_wasi(). (#571) 5 years ago
Daniel Bevenius a495418210 Correct minor typo in wasmtime.rs doc comment (#568) 5 years ago
Alex Crichton fb60a21930 Reduce number of crates needed for `Config` usage 5 years ago
Yury Delendik 98266498af Use embedded API in the wasmtime-rust (#540) 5 years ago
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