Skip to content

Commit c03e1c3

Browse files
committed
Update mutability of f's index
1 parent 223dcf2 commit c03e1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ld/ok/fun-ptr.linked.wat.ok

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
(table (;0;) 1 1 funcref)
2222
(memory (;0;) 2)
2323
(global (;0;) i32 (i32.const 65536))
24-
(global (;1;) i32 (i32.const 0))
24+
(global (;1;) (mut i32) (i32.const 0))
2525
(start $link_start)
2626
(elem (i32.const 0) func $f))

0 commit comments

Comments
 (0)