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.
1 parent 11d1a53 commit 1107626Copy full SHA for 1107626
test/core/binary.wast
@@ -1241,7 +1241,7 @@
1241
) ;; end
1242
"data count section required")
1243
1244
-;; passive element segment containing opcode other than ref.func or ref.null
+;; passive element segment containing illegal opcode
1245
(assert_malformed
1246
(module binary
1247
"\00asm" "\01\00\00\00"
@@ -1258,7 +1258,7 @@
1258
"\09\07\01" ;; Element section with one segment
1259
"\05\70" ;; Passive, funcref
1260
"\01" ;; 1 element
1261
- "\d5\00\0b" ;; bad opcode, index 0, end
+ "\f3\00\0b" ;; bad opcode, index 0, end
1262
1263
"\0a\04\01" ;; Code section
1264
0 commit comments