diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 01f37d9aa..0157f4858 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1310,8 +1310,7 @@ private: Module* wasm; BufferWithRandomAccess& o; BinaryIndexes indexes; - std::unordered_map<HeapType, Index> typeIndices; - std::vector<HeapType> types; + ModuleUtils::IndexedHeapTypes indexedTypes; bool debugInfo = true; |