diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index aef1767bb..c229e4666 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1482,6 +1482,9 @@ public: Name getGlobalName(Index index); Name getTagName(Index index); + // gets a memory in the combined import+defined space + Memory* getMemory(Index index); + void getResizableLimits(Address& initial, Address& max, bool& shared, |