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 2ea0c41 commit 4a24f96Copy full SHA for 4a24f96
proposals/bulk-memory-operations/Overview.md
@@ -371,7 +371,7 @@ implemented as follows:
371
(import "a" "global" (global i32)) ;; global 0
372
(memory 1)
373
(data (i32.const 0) "hello") ;; data segment 0, is active so always copied
374
-(data passive "goodbye") ;; data segment 1, is passive
+(data "goodbye") ;; data segment 1, is passive
375
376
(func $start
377
(if (global.get 0)
0 commit comments