Files
wasmtime/crates/c-api
Peter Huene 7dfb6ebdb6 Change wasm_module_new to use Module::from_binary.
This commit changes the C API function `wasm_module_new` to use the Rust API
`Module::from_binary` which performs verification of the module, as per the C
API spec.

This also introduces a `EngineBuilder` type to the C# API that can be used to
construct an `Engine` with the various Wasmtime configuration options.  This
is required to get the C# tests passing since they use reference types and
multi-value.

Fixes #859.
2020-02-27 13:38:08 -08:00
..
2020-02-05 14:14:07 -06:00
2020-02-26 16:19:12 -06:00

Implementation of wasm-c-api in Rust

https://github.com/WebAssembly/wasm-c-api