File: outside.wast.dced

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 (22 lines) | stat: -rw-r--r-- 605 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
(module
 (type $none_=>_none (func))
 (import "env" "memory" (memory $0 256 256))
 (data (i32.const 1024) "abcd")
 (data (global.get $from_segment) "abcd")
 (import "env" "table" (table $timport$0 10 10 funcref))
 (import "env" "js_func" (func $a_js_func))
 (global $__THREW__ (mut i32) (i32.const 0))
 (global $from_segment (mut i32) (i32.const 0))
 (global $from_segment_2 (mut i32) (i32.const 0))
 (elem (global.get $from_segment_2) $table_func)
 (export "wasm_func" (func $a_wasm_func))
 (func $table_func
  (nop)
 )
 (func $a_wasm_func
  (call $a_js_func)
  (drop
   (global.get $__THREW__)
  )
 )
)