summaryrefslogtreecommitdiff
path: root/test/lld/main_module_table.wat.out
blob: b926e05e0a667a110052cd310fa43f49115b546b (plain)
1
2
3
4
5
6
7
8
9
10
(module
 (type $0 (func))
 (import "env" "__stack_pointer" (global $sp (mut i32)))
 (import "GOT.func" "__stdio_write" (global $gimport$9 (mut i32)))
 (global $global i32 (i32.const 42))
 (export "__stdio_write" (func $__stdio_write))
 (export "__data_end" (global $global))
 (func $__stdio_write
 )
)