We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c010a9 + 29b3685 commit a18ff9bCopy full SHA for a18ff9b
test/core/custom-page-sizes/custom-page-sizes.wast
@@ -126,7 +126,7 @@
126
(assert_return (invoke "load" (i32.const 0)) (i32.const 120))
127
(assert_return (invoke "load" (i32.const 1)) (i32.const 121))
128
(assert_return (invoke "load" (i32.const 2)) (i32.const 122))
129
-(assert_trap (invoke "load" (i32.const 3)) "out of bounds")
+(assert_trap (invoke "load" (i32.const 3)) "out of bounds memory access")
130
(assert_return (invoke "grow" (i32.const 1)) (i32.const -1))
131
132
;; pagesize 65536
0 commit comments