diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index e5b1eaea3..974bf1730 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -586,6 +586,7 @@ public: WasmType getLocalType(Index index); Name getLocalNameOrDefault(Index index); + Name getLocalNameOrGeneric(Index index); private: bool hasLocalName(Index index) const; |