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