diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 4b4a37888..eb3567bf5 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -840,6 +840,7 @@ public: int32_t getS32LEB(); int64_t getS64LEB(); Type getType(); + Type getConcreteType(); Name getString(); Name getInlineString(); void verifyInt8(int8_t x); |