blob: 0bbd4142be32388f83a9f52d98903f702712101e [file] [log] [blame] [edit]
(module
(memory 1)
(export "memory" memory)
(type $FUNCSIG$v (func))
(export "dynCall_v" $dynCall_v)
(table $__exit)
(func $__exit (type $FUNCSIG$v)
(local $0 i32)
(return)
)
(func $__needs_exit (result i32)
(call $__exit)
(return
(i32.const 0)
)
)
(func $dynCall_v (param $fptr i32)
(call_indirect $FUNCSIG$v
(get_local $fptr)
)
)
)
;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }