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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wasm-linker.h b/src/wasm-linker.h
index 76ea62d7d..608576190 100644
--- a/src/wasm-linker.h
+++ b/src/wasm-linker.h
@@ -271,7 +271,8 @@ class Linker {
// relocation for it to point to the top of the stack.
void placeStackPointer(Address stackAllocation);
- void ensureImport(Name target, std::string signature);
+ void ensureFunctionImport(Name target, std::string signature);
+ void ensureObjectImport(Name target);
// Makes sure the table has a single segment, with offset 0,
// to which we can add content.