summaryrefslogtreecommitdiff
path: root/src/wasm-linker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-linker.cpp')
-rw-r--r--src/wasm-linker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-linker.cpp b/src/wasm-linker.cpp
index 066ed355a..aa098c2e7 100644
--- a/src/wasm-linker.cpp
+++ b/src/wasm-linker.cpp
@@ -316,7 +316,7 @@ void Linker::emscriptenGlue(std::ostream& o) {
};
AsmConstWalker walker;
walker.parent = this;
- walker.startWalk(&out.wasm);
+ walker.walkModule(&out.wasm);
// print
o << "\"asmConsts\": {";
bool first = true;