Files
wasmtime/wasmtime-api
Josh Triplett faee3b4bc3 wasmtime-api: reserve_exact on the correct vector (#452)
Fix what looks like a copy-paste issue in wasmtime-api/src/module.rs,
which led to calling reserve_exact on one vector before pushing that
many elements into another.
2019-10-28 12:57:51 -05:00
..
2019-10-24 11:47:35 +02:00

Implementation of wasm-c-api in Rust

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