mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-20 03:52:12 +00:00
12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
|
(module
|
||
|
(import "" "" (table 0 1 anyfunc))
|
||
|
|
||
|
(func $foo)
|
||
|
|
||
|
(elem (i32.const 1) $foo)
|
||
|
)
|
||
|
|
||
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
||
|
;; (module)
|
||
|
;; STDOUT
|