File: main_module_table_4.wat

package info (click to toggle)
binaryen 120-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 41,284 kB
  • sloc: cpp: 189,449; javascript: 62,189; ansic: 14,087; python: 5,379; pascal: 441; sh: 77; makefile: 30; asm: 27
file content (12 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
(module
 (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))
 (import "env" "table" (table $timport$9 1 funcref))
 (elem (global.get $tb))
 (global $global i32 (i32.const 42))
 (export "__stdio_write" (func $__stdio_write))
 (export "__data_end" (global $global))
 (func $__stdio_write
 )
)