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 04df283c3..fe2a73d5b 100644 --- a/src/wasm-delegations.h +++ b/src/wasm-delegations.h @@ -79,5 +79,6 @@ DELEGATE(ArrayNew); DELEGATE(ArrayGet); DELEGATE(ArraySet); DELEGATE(ArrayLen); +DELEGATE(RefAs); #undef DELEGATE |