283 Commits (ca5f1bb62767a220b6b67fa852564c68410d2d97)

Author SHA1 Message Date
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
Peter Huene 7dfb6ebdb6
Change `wasm_module_new` to use `Module::from_binary`. 5 years ago
Alex Crichton 33a39ff4f0
Bump to 0.12.0 (#997) 5 years ago
Peter Huene c92bf4d863
Rename `wasi_config_set_std[in|out|err]`. 5 years ago
Peter Huene fa65a14dba
Make `WasiCtxBuilder` by-ref. 5 years ago
Peter Huene 07066835db
Implement `PartialEq` on `FuncType`. 5 years ago
Peter Huene 104919eb79
Remove Drop impl for `wasi_instance_t`. 5 years ago
Peter Huene ae0b4090ce
Implement WASI C API. 5 years ago
Peter Huene 052ae684c2
Fix memory leak in wasm_importtype_type. 5 years ago
Peter Huene efc19b593a
Implement wasm_func_type. 5 years ago
Yury Delendik c9dce98ba2
Test wasmtime-c-api crate (#904) 5 years ago
Yury Delendik 961853fd1c
Implement wasm_config_new and wasm_engine_new_with_config (#901) 5 years ago
Yury Delendik a01bcff219
Implement wasm_global_type (#898) 5 years ago
Alex Crichton 83ff0150b4
Improve panics/traps from imported functions (#857) 5 years ago
Alex Crichton 16804673a2
Support parsing the text format in `wasmtime` crate (#813) 5 years ago
Alex Crichton 0bee67a852
Document and update the API of the `externals.rs` module (#812) 5 years ago
Alex Crichton 364fa994ed Move the C API to a separate crate (#818) 5 years ago