mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-30 16:12:16 +00:00
17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
|
(module
|
||
|
(func
|
||
|
call 2)
|
||
|
(func)
|
||
|
(func)
|
||
|
(export "foo" (func 0))
|
||
|
)
|
||
|
|
||
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
||
|
;; (module
|
||
|
;; (type (;0;) (func))
|
||
|
;; (func (;0;) (type 0)
|
||
|
;; call 1)
|
||
|
;; (func (;1;) (type 0))
|
||
|
;; (export "foo" (func 0)))
|
||
|
;; STDOUT
|