diff options
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r-- | src/wasm-emscripten.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index 07c470898..f1aa15129 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -29,6 +29,8 @@ void generateMemoryGrowthFunction(Module&); // signature in the indirect function table. std::vector<Function*> makeDynCallThunks(Module& wasm, std::vector<Name> const& tableSegmentData); +void addObjectImports(Module& wasm, std::unordered_set<cashew::IString> const& objectImports); + void generateEmscriptenMetadata(std::ostream& o, Module& wasm, std::unordered_map<Address, Address> segmentsByAddress, |