diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index 2e09ef088..424f89d0b 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -642,6 +642,9 @@ public: Name getLocalNameOrGeneric(Index index); bool hasLocalName(Index index) const; + + void clearNames(); + void clearDebugInfo(); }; // The kind of an import or export. @@ -792,6 +795,8 @@ public: void removeGlobal(Name name); void updateMaps(); + + void clearDebugInfo(); }; } // namespace wasm |