File: multi-table.wast.fromBinary.noDebugInfo

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 (32 lines) | stat: -rw-r--r-- 956 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
(module
 (type $none_=>_none (func))
 (import "a" "b" (table $timport$0 1 10 funcref))
 (global $global$0 (ref null $none_=>_none) (ref.func $0))
 (global $global$1 i32 (i32.const 0))
 (table $0 3 3 funcref)
 (table $1 4 4 funcref)
 (table $2 0 anyref)
 (table $3 5 5 (ref null $none_=>_none))
 (elem $0 (table $timport$0) (i32.const 0) func $0)
 (elem $1 (table $0) (i32.const 0) func $0)
 (elem $2 (table $0) (i32.const 1) func $0 $1)
 (elem $3 (table $1) (global.get $global$1) funcref (ref.func $0) (ref.null func))
 (elem $4 (table $1) (i32.const 2) func $0 $1)
 (elem $5 func $0 $1)
 (elem $6 funcref (ref.func $0) (ref.func $1) (ref.null func))
 (elem $7 (ref null $none_=>_none) (ref.func $0) (ref.func $1) (ref.null $none_=>_none) (global.get $global$0))
 (elem $8 func)
 (elem $9 (table $3) (i32.const 0) (ref null $none_=>_none) (ref.func $0) (ref.func $2))
 (func $0
  (drop
   (ref.func $2)
  )
 )
 (func $1
  (nop)
 )
 (func $2
  (nop)
 )
)