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 b27fe6acb..4804322b6 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -561,6 +561,7 @@ public: class Table { public: + static const Address::address_t kPageSize = 1; static const Index kMaxSize = Index(-1); struct Segment { |