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 1d250aa2b..382bfbd4f 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1276,6 +1276,7 @@ public: Type getType(int initial); HeapType getHeapType(); + Mutability getMutability(); Field getField(); Type getConcreteType(); Name getInlineString(); |