diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 99305acb2..3f76a4421 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1322,14 +1322,14 @@ public: int64_t getS64LEB(); uint64_t getUPtrLEB(); + bool getBasicType(int32_t code, Type& out); + bool getBasicHeapType(int64_t code, HeapType& out); // Read a value and get a type for it. Type getType(); // Get a type given the initial S32LEB has already been read, and is provided. Type getType(int initial); HeapType getHeapType(); - Mutability getMutability(); - Field getField(); Type getConcreteType(); Name getInlineString(); void verifyInt8(int8_t x); |