blob: 2f7d92ebf4e824640b1155d5cf4599c363eb6ab6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
(module
(import "env" "__stack_pointer" (global $sp (mut i32)))
(import "GOT.func" "__stdio_write" (global $gimport$9 (mut i32)))
(import "env" "table" (table $timport$9 1 funcref))
(elem (i32.const 0))
(global $global i32 (i32.const 42))
(export "__stdio_write" (func $__stdio_write))
(export "__data_end" (global $global))
(func $__stdio_write
)
)
|