exception value type

This commit is contained in:
Volker Berlin 2018-10-13 21:21:53 +02:00
parent 97c73adcfb
commit c3b04e7016
2 changed files with 2 additions and 0 deletions

View File

@ -26,4 +26,5 @@ enum ExternalKind {
Table,
Memory,
Global,
Event,
}

View File

@ -27,6 +27,7 @@ public enum ValueType {
f64(0x7c),
anyfunc(0x70),
anyref(0x6f),
except_ref(0x68),
func(0x60),
empty(0x40), // empty block_type
;