diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 62c2f7af2..12deeacab 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -382,6 +382,10 @@ enum EncodedType { Struct = -0x21, // 0x5f Array = -0x22, // 0x5e Sub = -0x30, // 0x50 + // prototype nominal forms we still parse + FuncSubtype = -0x23, // 0x5d + StructSubtype = -0x24, // 0x5c + ArraySubtype = -0x25, // 0x5b // isorecursive recursion groups Rec = -0x31, // 0x4f // block_type |