mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
exception value type
This commit is contained in:
parent
97c73adcfb
commit
c3b04e7016
@ -26,4 +26,5 @@ enum ExternalKind {
|
||||
Table,
|
||||
Memory,
|
||||
Global,
|
||||
Event,
|
||||
}
|
||||
|
@ -27,6 +27,7 @@ public enum ValueType {
|
||||
f64(0x7c),
|
||||
anyfunc(0x70),
|
||||
anyref(0x6f),
|
||||
except_ref(0x68),
|
||||
func(0x60),
|
||||
empty(0x40), // empty block_type
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user