mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
add struct value
This commit is contained in:
parent
ae08d21281
commit
c0efe35626
@ -29,6 +29,7 @@ public enum ValueType {
|
|||||||
anyref(-0x11),
|
anyref(-0x11),
|
||||||
except_ref(-0x12),
|
except_ref(-0x12),
|
||||||
func(-0x20),
|
func(-0x20),
|
||||||
|
struct(-0x30),
|
||||||
empty(-0x40), // empty block_type
|
empty(-0x40), // empty block_type
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user