mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 23:47:51 +01:00
Rename except_ref to exnref
This commit is contained in:
parent
75c42db525
commit
572d4d6c1f
@ -28,7 +28,7 @@ public enum ValueType implements AnyType {
|
|||||||
anyfunc(-0x10),
|
anyfunc(-0x10),
|
||||||
anyref(-0x11),
|
anyref(-0x11),
|
||||||
ref_type(-0x12 ), // 0x6E https://github.com/lars-t-hansen/moz-gc-experiments/blob/master/version2.md
|
ref_type(-0x12 ), // 0x6E https://github.com/lars-t-hansen/moz-gc-experiments/blob/master/version2.md
|
||||||
except_ref(-0x18), // https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md
|
exnref(-0x18), // https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md
|
||||||
func(-0x20),
|
func(-0x20),
|
||||||
struct(-0x30),
|
struct(-0x30),
|
||||||
empty(-0x40), // empty block_type
|
empty(-0x40), // empty block_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user