summaryrefslogtreecommitdiff
path: root/test/dot_s/basics.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/basics.wast')
-rw-r--r--test/dot_s/basics.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dot_s/basics.wast b/test/dot_s/basics.wast
index 22691644a..eb7ec8e45 100644
--- a/test/dot_s/basics.wast
+++ b/test/dot_s/basics.wast
@@ -1,5 +1,5 @@
(module
- (memory 35 4294967295 (segment 16 "hello, world!\n\00") (segment 32 "vcq"))
+ (memory 52 4294967295 (segment 16 "hello, world!\n\00") (segment 32 "vcq") (segment 48 "\16\00\00\00"))
(import $puts "env" "puts")
(export "main" $main)
(table $main)
@@ -94,4 +94,4 @@
)
)
)
-;; METADATA: { "asmConsts": {},"staticBump": 34 }
+;; METADATA: { "asmConsts": {},"staticBump": 51 }