Skip to content

Commit

Permalink
Update test result
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-blaeser committed Sep 3, 2024
1 parent 3d0f34e commit 8fc5c08
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/ld/ok/fun-ptr.linked.wat.ok
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@
memory.init 0
call $__wasm_apply_data_relocs
call $link_start)
(table (;0;) 5 5 funcref)
(table (;0;) 3 3 funcref)
(memory (;0;) i64 2)
(global (;0;) i64 (i64.const 4))
(global (;1;) i64 (i64.const 3))
(global (;0;) i64 (i64.const 2))
(global (;1;) i64 (i64.const 1))
(global (;2;) i64 (i64.const 65792))
(start $link_start.1)
(elem (;0;) (i32.const 1) func $f0 $f1)
(elem (;1;) (i32.const 3) func $f1 $f0)
(data (;0;) "\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00"))
(elem (;0;) (i32.const 1) func $f1 $f0)
(data (;0;) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00"))

0 comments on commit 8fc5c08

Please sign in to comment.