summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 32166af00..66c95299e 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -962,7 +962,8 @@ public:
void read();
void readUserSection(size_t payloadLen);
- bool more() { return pos < input.size();}
+
+ bool more() { return pos < input.size(); }
uint8_t getInt8();
uint16_t getInt16();
@@ -979,7 +980,6 @@ public:
int64_t getS64LEB();
Type getType();
Type getConcreteType();
- Name getString();
Name getInlineString();
void verifyInt8(int8_t x);
void verifyInt16(int16_t x);