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 026f723 + f369a8c commit 8fe7145Copy full SHA for 8fe7145
test/core/stack-switching/cont.wast
@@ -574,7 +574,7 @@
574
575
;; Nested example: generator in a thread
576
577
-(module $concurrent-generator
+(module $concurrent_generator
578
(func $log (import "spectest" "print_i64") (param i64))
579
580
(tag $syield (import "scheduler" "yield"))
test/core/stack-switching/validation_gc.wast
@@ -228,7 +228,7 @@
228
;;;;
229
230
231
-(module $subtyping-resume0
+(module $subtyping_resume0
232
233
(type $ft0 (func))
234
(type $ct0 (cont $ft0))
@@ -260,7 +260,7 @@
260
)
261
262
263
-(module $subtyping-resume1
+(module $subtyping_resume1
264
265
266
0 commit comments