diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 745358cbc..c6b3e7b6f 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -384,10 +384,11 @@ enum EncodedType { nullfuncref = -0x18, // 0x68 nullref = -0x1b, // 0x65 // type forms - Func = -0x20, // 0x60 - Struct = -0x21, // 0x5f - Array = -0x22, // 0x5e - Sub = -0x30, // 0x50 + Func = -0x20, // 0x60 + Struct = -0x21, // 0x5f + Array = -0x22, // 0x5e + Sub = -0x30, // 0x50 + SubFinal = -0x32, // 0x4e // prototype nominal forms we still parse FuncSubtype = -0x23, // 0x5d StructSubtype = -0x24, // 0x5c |