diff options
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r-- | src/wasm-s-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h index 8b887d690..c79e0a458 100644 --- a/src/wasm-s-parser.h +++ b/src/wasm-s-parser.h @@ -196,6 +196,7 @@ private: Expression* makeReturn(Element& s); WasmType parseOptionalResultType(Element& s, Index& i); + Index parseMemoryLimits(Element& s, Index i); void stringToBinary(const char* input, size_t size, std::vector<char>& data); void parseMemory(Element& s, bool preParseImport = false); |