blob: d144e688e2dc6259523c72cb8248231a34b4edb6 [file]
(module
(type $0 (func))
(import "env" "table" (table $timport$9 1 funcref))
(import "env" "__stack_pointer" (global $sp (mut i32)))
(import "GOT.func" "__stdio_write" (global $gimport$9 (mut i32)))
(import "env" "__table_base" (global $tb i32))
(global $global i32 (i32.const 42))
(elem $0 (global.get $tb))
(export "__stdio_write" (func $__stdio_write))
(export "__data_end" (global $global))
(func $__stdio_write
(nop)
)
)