diff options
Diffstat (limited to 'src/token.def')
-rw-r--r-- | src/token.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.def b/src/token.def index f3818335..d15930a7 100644 --- a/src/token.def +++ b/src/token.def @@ -112,6 +112,7 @@ WABT_TOKEN(Nop, "nop") WABT_TOKEN(RefFunc, "ref.func") WABT_TOKEN(RefIsNull, "ref.is_null") WABT_TOKEN(RefNull, "ref.null") +WABT_TOKEN(RefHost, "ref.host") WABT_TOKEN(Rethrow, "rethrow") WABT_TOKEN(ReturnCallIndirect, "return_call_indirect") WABT_TOKEN(ReturnCall, "return_call") |