summaryrefslogtreecommitdiff
path: root/src/wasm-delegations.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-delegations.def')
-rw-r--r--src/wasm-delegations.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-delegations.def b/src/wasm-delegations.def
index c040dd551..8d162dd90 100644
--- a/src/wasm-delegations.def
+++ b/src/wasm-delegations.def
@@ -60,6 +60,7 @@ DELEGATE(RefFunc);
DELEGATE(RefEq);
DELEGATE(TableGet);
DELEGATE(TableSet);
+DELEGATE(TableSize);
DELEGATE(Try);
DELEGATE(Throw);
DELEGATE(Rethrow);