mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-06 11:02:18 +00:00
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
|
(module
|
||
|
(start $foo)
|
||
|
|
||
|
(func $bar)
|
||
|
(func $foo)
|
||
|
(func $baz)
|
||
|
)
|
||
|
|
||
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
||
|
;; (module
|
||
|
;; (type (;0;) (func))
|
||
|
;; (func $foo (type 0))
|
||
|
;; (start 0))
|
||
|
;; STDOUT
|