summaryrefslogtreecommitdiff
path: root/src/wasm-linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-linker.h')
-rw-r--r--src/wasm-linker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-linker.h b/src/wasm-linker.h
index a0684d02b..97e1c9cd5 100644
--- a/src/wasm-linker.h
+++ b/src/wasm-linker.h
@@ -277,7 +277,7 @@ class Linker {
out.wasm.addExport(exp);
}
- Function* generateImportThunk(Name name, const FunctionType* t);
+ Function* getImportThunk(Name name, const FunctionType* t);
// The output module (linked executable)
LinkerObject out;