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.
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.