blob: 47fe62e8c4da6837512bb457fbcbb993764229ed [file] [log] [blame]
(module
(import "env" "memory" (memory $0 1))
(table 0 anyfunc)
(export "foo" (func $foo))
(export "bar" (func $bar))
(export "qux" (func $qux))
(func $foo
(return)
)
(func $bar
(return)
)
(func $qux
(return)
)
)
;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }