mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-04 18:12:16 +00:00
16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
|
(module
|
||
|
(func $foo
|
||
|
i32.const 0
|
||
|
call_indirect
|
||
|
)
|
||
|
|
||
|
(func $bar)
|
||
|
|
||
|
(table 0 10 anyfunc)
|
||
|
(elem (i32.const 0) $bar)
|
||
|
)
|
||
|
|
||
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
||
|
;; (module)
|
||
|
;; STDOUT
|