File: main_module_table_2.wat.out

package info (click to toggle)
binaryen 108-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,424 kB
  • sloc: cpp: 151,487; javascript: 62,522; ansic: 13,124; python: 5,260; pascal: 441; sh: 75; asm: 27; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 670 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
(module
 (type $none_=>_none (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)))
 (global $global i32 (i32.const 42))
 (export "__stdio_write" (func $__stdio_write))
 (export "__data_end" (global $global))
 (func $__stdio_write
  (nop)
 )
)
(;
--BEGIN METADATA --
{
  "declares": [
  ],
  "globalImports": [
    "__stack_pointer",
    "__stdio_write"
  ],
  "exports": [
    "__stdio_write"
  ],
  "namedGlobals": {
    "__data_end" : "42"
  },
  "invokeFuncs": [
  ],
  "mainReadsParams": 0,
  "features": [
  ]
}
-- END METADATA --
;)