summaryrefslogtreecommitdiff
path: root/src/wasm-shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-shell.cpp')
-rw-r--r--src/wasm-shell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-shell.cpp b/src/wasm-shell.cpp
index 5f9fafd8f..8577b827e 100644
--- a/src/wasm-shell.cpp
+++ b/src/wasm-shell.cpp
@@ -133,7 +133,7 @@ struct Invocation {
}
Literal invoke() {
- return instance->callFunction(name, arguments);
+ return instance->callExport(name, arguments);
}
};