35 Commits (94ee96712ac7e1f64a0e29ee020a7e49ea699db8)

Author SHA1 Message Date
Yury Delendik 399ee0a54c
Serialize and deserialize compilation artifacts. (#2020) 4 years ago
Nick Fitzgerald 2efb46afd5 wasmtime-c-api: Add `wasmtime_store_gc` for GCing `externref`s 4 years ago
Nick Fitzgerald a9455a8e51
C API tweaks for wasmtime-py (#2029) 4 years ago
Yury Delendik a817470fab Fix signature of wasmtime_module_new 4 years ago
Nick Fitzgerald 89603bc6b3 wasmtime-c-api: Make `wasm_table_set` *not* take ownership of its reference 4 years ago
Nick Fitzgerald b73b2e0d5a wasmtime-c-api: Make `wasmtime_externref_new` write to an out pointer 4 years ago
Nick Fitzgerald 267bf16683 wasmtime-c-api: Add Wasmtime-specific APIs for `externref`s 4 years ago
Nick Fitzgerald 4c01ffd087 wasmtime-c-api: Document new reference types support 4 years ago
Alex Crichton 920e0984d3 Link to C API docs and make a landing page 4 years ago
Alex Crichton 47a218f908
Document the rest of the C API (#1959) 4 years ago
Alex Crichton d72b330de2
Add support for documenting the C API (#1928) 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
Yury Delendik 15c68f2cc1
Disconnects `Store` state fields from `Compiler` (#1761) 4 years ago
Dan Gohman 3715e19c67
Reactor support. (#1565) 5 years ago
Alex Crichton 1247f2b4ae
Add wasmtime-specific C APIs for tables (#1654) 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 c9a0ba81a0
Implement interrupting wasm code, reimplement stack overflow (#1490) 5 years ago
Alex Crichton bd374fd6fc
Add Wasmtime-specific C API functions to return errors (#1467) 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 6ef09359b0
Refactor and fill out wasmtime's C API (#1415) 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 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 3c51d3adb8
Move all examples to a top-level directory (#1286) 5 years ago
Alex Crichton 77e17d8f71
Add a wasmtime-specific `wasmtime_wat2wasm` C API (#1206) 5 years ago
Peter Huene c92bf4d863
Rename `wasi_config_set_std[in|out|err]`. 5 years ago
Peter Huene ae0b4090ce
Implement WASI C API. 5 years ago
Yury Delendik 961853fd1c
Implement wasm_config_new and wasm_engine_new_with_config (#901) 5 years ago