| (module |
| (type $none_=>_none (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 |
| (nop) |
| ) |
| ) |
| (; |
| --BEGIN METADATA -- |
| { |
| "tableSize": 0, |
| "declares": [ |
| ], |
| "globalImports": [ |
| "__stack_pointer", |
| "__stdio_write" |
| ], |
| "exports": [ |
| "__stdio_write" |
| ], |
| "namedGlobals": { |
| "__data_end" : "42" |
| }, |
| "invokeFuncs": [ |
| ], |
| "mainReadsParams": 0, |
| "features": [ |
| ] |
| } |
| -- END METADATA -- |
| ;) |