summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r--src/wasm-s-parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index 0f9a27abc..b6dcc058c 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -120,6 +120,8 @@ class SExpressionWasmBuilder {
int functionCounter = 0;
int globalCounter = 0;
int eventCounter = 0;
+ int tableCounter = 0;
+ int memoryCounter = 0;
// we need to know function return types before we parse their contents
std::map<Name, Type> functionTypes;
std::unordered_map<cashew::IString, Index> debugInfoFileIndices;