diff options
Diffstat (limited to 'src/wasm-delegations.h')
-rw-r--r-- | src/wasm-delegations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-delegations.h b/src/wasm-delegations.h index 7212cbee9..50ee8247b 100644 --- a/src/wasm-delegations.h +++ b/src/wasm-delegations.h @@ -66,6 +66,7 @@ DELEGATE(TupleMake); DELEGATE(TupleExtract); DELEGATE(I31New); DELEGATE(I31Get); +DELEGATE(CallRef); DELEGATE(RefTest); DELEGATE(RefCast); DELEGATE(BrOnCast); |