blob: 17d6db541866512a3a8052f4083f0fae14e8eb19 [file] [log] [blame]
(module
(table $table (export "table") 3 funcref)
(func $f0 (result i32) i32.const 42)
(func $f1 (result i32) i32.const 83)
(elem (i32.const 0) $f0 $f1))