6 Commits (5eec60ab12324ab6c2851319e7d3dd884c377286)

Author SHA1 Message Date
Alex Crichton b0939f6626
Remove explicit `S` type parameters (#5275) 2 years ago
Alex Crichton 7a1b7cdf92
Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
Alex Crichton 8384f3a347
Bring back `Module::deserialize` (#2858) 4 years ago
Peter Huene d1313b1291
Code review feedback. 4 years ago
Alex Crichton 2697a18d2f
Redo the statically typed `Func` API (#2719) 4 years ago
Yury Delendik 399ee0a54c
Serialize and deserialize compilation artifacts. (#2020) 4 years ago
Yury Delendik 15c68f2cc1
Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
Dan Gohman 9364eb1d98
Refactor (#1524) 5 years ago
Alex Crichton f63c3c814e
Add a first-class way of accessing caller's exports (#1290) 5 years ago
Alex Crichton 3c51d3adb8
Move all examples to a top-level directory (#1286) 5 years ago
Alex Crichton 1bfca842b0
Support `Func` imports with zero shims (#839) 5 years ago
Alex Crichton 16804673a2
Support parsing the text format in `wasmtime` crate (#813) 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 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
Josh Triplett 7c8ac3d71c Simplify examples: avoid unnecessary HostRef wrap/unwrap 5 years ago
Josh Triplett 2635ccb742 Rename the wasmtime_api library to match the containing wasmtime crate (#594) 5 years ago
Alex Crichton 39e57e3e9a Migrate back to `std::` stylistically (#554) 5 years ago
Alex Crichton 399295a708
Remove all checked in `*.wasm` files to the repo (#563) 5 years ago
Dan Gohman 22641de629 Initial reorg. 5 years ago
Yury Delendik 6632a7da37
[wasmtime-api] reduce examples complexity: hostref for store/engine (#489) 5 years ago
Josh Triplett 56ce6e9c9f Migrate from failure to thiserror and anyhow (#436) 5 years ago
Dan Gohman 8e1b44b29c
Make more code work with no_std. (#407) 5 years ago
Yury Delendik 6a41417b52 Add examples; refactor HostRef 5 years ago