Files
wasmtime/wasmtime-api
Peter Huene cb38b48156 Fix memory leaks in extern conversion functions in C API. (#395)
This fixes the memory leaks in the following functions which should not be
returning "owned" pointers:

* `wasm_extern_as_func`
* `wasm_func_as_extern`
* `wasm_extern_as_global`
* `wasm_global_as_extern`
* `wasm_extern_as_memory`
* `wasm_extern_as_table`

Additionally, this commit implements the `wasm_memory_as_extern` and
`wasm_table_as_extern` functions.

Fixes #394.
2019-10-02 05:54:36 -07:00
..
2019-09-18 09:15:14 -07:00
2019-09-26 15:46:18 -07:00

Implementation of wasm-c-api in Rust

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