We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223dcf2 commit c03e1c3Copy full SHA for c03e1c3
test/ld/ok/fun-ptr.linked.wat.ok
@@ -21,6 +21,6 @@
21
(table (;0;) 1 1 funcref)
22
(memory (;0;) 2)
23
(global (;0;) i32 (i32.const 65536))
24
- (global (;1;) i32 (i32.const 0))
+ (global (;1;) (mut i32) (i32.const 0))
25
(start $link_start)
26
(elem (i32.const 0) func $f))
0 commit comments