add struct value

This commit is contained in:
Volker Berlin 2018-12-03 21:12:47 +01:00
parent ae08d21281
commit c0efe35626

View File

@ -29,6 +29,7 @@ public enum ValueType {
anyref(-0x11),
except_ref(-0x12),
func(-0x20),
struct(-0x30),
empty(-0x40), // empty block_type
;