diff options
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r-- | src/wasm-emscripten.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index f1aa15129..07c470898 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -29,8 +29,6 @@ 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, |