167 Commits (9c695b492a5cd8911e681caf394d93d9a33cdf29)

Author SHA1 Message Date
Nick Fitzgerald e40c039e65 wasmtime: Rip out incomplete/incorrect externref "host info" support 4 years ago
Nick Fitzgerald 58bb5dd953 wasmtime: Add support for `func.ref` and `table.grow` with `funcref`s 4 years ago
Thibault Charbonnier 8082aeaa5f
C API: expose wasmtime_linker_get_one_by_name() (#1897) 4 years ago
Alex Crichton 6f6296816b
Bind `Trap::i32_exit_status` in C API (#1912) 4 years ago
Alexandru Ene 50ef890ae0 Fix compilation error due to redefinition. 4 years ago
Dan Gohman caa87048ab Wasmtime 0.18.0 and Cranelift 0.65.0. 4 years ago
Jakub Konka f47133b229
Allow different Handles to act as stdio (#1600) 4 years ago
Dan Gohman a76639c6fb
Wasmtime 0.17.0 and Cranelift 0.64.0. (#1805) 4 years ago
Yury Delendik 15c68f2cc1
Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
Nick Fitzgerald 58b08b9d3a Move `HostRef<T>` into the C API crate 4 years ago
Nick Fitzgerald a8ee0554a9 wasmtime: Initial, partial support for `externref` 5 years ago
Leonardo Yvens 0b3b9c298e
impl From<anyhow::Error> for Trap (#1753) 5 years ago
Dan Gohman 3715e19c67
Reactor support. (#1565) 5 years ago
Alex Crichton 036c8ec8c5
Fix assertion about length/capacity in C API (#1736) 5 years ago
Alex Crichton 68f0d2f6d0
Enable `env_logger` in the C API (#1737) 5 years ago
Nick Fitzgerald f28b3738ee Rename `anyref` to `externref` across the board 5 years ago
Nick Fitzgerald 1a4f3fb2df Update deps and tests for `anyref` --> `externref` 5 years ago
Alex Crichton 1e3a1fa372
Remove stray debugging printlns (#1698) 5 years ago
Alex Crichton 1247f2b4ae
Add wasmtime-specific C APIs for tables (#1654) 5 years ago
Josh Triplett 08983bf39c
Move `crates/api` to `crates/wasmtime` (#1693) 5 years ago
Graham✈️✈️ 176b3a8382
add the _set suffix to static_memory_guard_size and dynamic_memory_guard_size properties in c-api (#1662) 5 years ago
Dan Gohman 864cf98c8d Update release notes, wasmtime 0.16, cranelift 0.63. 5 years ago
Alex Crichton 363cd2d20f
Expose memory-related options in `Config` (#1513) 5 years ago
Alex Crichton 93bf6b568f
Expose wasmtime cache configuration in the C API (#1606) 5 years ago
Alex Crichton d1aa86f91a
Add AArch64 tests to CI (#1526) 5 years ago
Alex Crichton c9a0ba81a0
Implement interrupting wasm code, reimplement stack overflow (#1490) 5 years ago
Dan Gohman 9364eb1d98
Refactor (#1524) 5 years ago
Alex Crichton be85242a3f
Expose precise offset information in `wasmtime::FrameInfo` (#1495) 5 years ago
Alex Crichton 0aa94652a9
wasmtime-c-api: Don't create slices with null pointers (#1492) 5 years ago
Alex Crichton bd374fd6fc
Add Wasmtime-specific C API functions to return errors (#1467) 5 years ago
Dan Gohman fde5ddf159
Fixes for 0.15 (#1449) 5 years ago
Alex Crichton 7728703ec7
Remove stray file in C API (#1464) 5 years ago
Nick Fitzgerald 244ed4191b Fix the C API crate's tests 5 years ago
Johnnie Birch dff789c7c6
Adds JIT profiling support for VTune (#819) 5 years ago
Alex Crichton ac7cd4c46a
Implement more of the `wasm_frame_t` type (#1438) 5 years ago
Alex Crichton 4ede98fe0c
Make WASI and `wat` support optional in the C API (#1419) 5 years ago
Alex Crichton 6ef09359b0
Refactor and fill out wasmtime's C API (#1415) 5 years ago
Dan Gohman 092538cc54
Test 0.14 (#1417) 5 years ago
Dan Gohman 6fa9be7767
Wasmtime 0.13.0 and Cranelift 0.61.0. (#1398) 5 years ago
Peter Huene fb0762bbd6
Add wasmtime_func_new_with_env. 5 years ago
Peter Huene 382f68c620
Add Wasmtime C API function to control linker shadowing. 5 years ago
Peter Huene cf1d9ee857
Reimplement the C# API. 5 years ago
Peter Huene 0d5d63fdb1
Support WASI snapshot0 in the C API. 5 years ago
Alex Crichton e0dff02c9e
Expand the C API slightly (#1404) 5 years ago
Alex Crichton 0d4bde4ab3
Add a `wasmtime::Linker` type (#1384) 5 years ago
Alex Crichton 3b7cb6ee64
Enable jitdump profiling support by default (#1310) 5 years ago
Alex Crichton afd980b4f6
Refactor the internals of `Func` to remove layers of indirection (#1363) 5 years ago
Alex Crichton 3c51d3adb8
Move all examples to a top-level directory (#1286) 5 years ago
Yury Delendik 963bf0e255
Export wasm_config_delete (and few more _delete) (#1262) 5 years ago
Alex Crichton 77e17d8f71
Add a wasmtime-specific `wasmtime_wat2wasm` C API (#1206) 5 years ago