Skip to content

Commit

Permalink
add exnref to webassembly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin committed Oct 20, 2024
1 parent 181aa1b commit 0c13d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/webassembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class Type(IntEnum):
V128 = 0x7b # -0x5
FUNCREF = 0x70 # -0x10
EXTERNREF = 0x6f # -0x11
EXNREF = 0x69 # -0x17
VOID = 0x40 # -0x40


Expand Down

0 comments on commit 0c13d78

Please sign in to comment.