mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
ref type coding changed
This commit is contained in:
parent
674eb84129
commit
3d8b759a2d
@ -29,7 +29,7 @@ public enum ValueType implements AnyType {
|
|||||||
funcref(-0x10),
|
funcref(-0x10),
|
||||||
anyref(-0x11),
|
anyref(-0x11),
|
||||||
nullref(-0x12), // 0x6E https://webassembly.github.io/reference-types/core/appendix/index-types.html
|
nullref(-0x12), // 0x6E https://webassembly.github.io/reference-types/core/appendix/index-types.html
|
||||||
ref_type(-0x12 ), // 0x6E https://github.com/lars-t-hansen/moz-gc-experiments/blob/master/version2.md
|
ref_type(-0x13 ), // 0x6D https://github.com/lars-t-hansen/moz-gc-experiments/blob/master/version2.md
|
||||||
exnref(-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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user