summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 0ea3ffeb7..c23819d51 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1631,6 +1631,8 @@ public:
(uint64_t(4) * 1024 * 1024 * 1024) / kPageSize;
struct Segment {
+ // For use in name section only
+ Name name;
bool isPassive = false;
Expression* offset = nullptr;
std::vector<char> data; // TODO: optimize