File: fuzz-exec_O.wast

package info (click to toggle)
binaryen 68-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 34,900 kB
  • sloc: cpp: 57,351; ansic: 3,562; python: 2,898; sh: 700; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 398 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
(module
 (memory $0 1 1)
 (export "func_0" (func $func_0))
 (export "func_1" (func $func_1))
 (func $func_0 (result i64)
  (block $label$0 (result i64)
   (loop $label$1 (result i64)
    (br_if $label$0
     (i64.const 1234)
     (i32.load16_s offset=22 align=1
      (i32.const -1)
     )
    )
   )
  )
 )
 (func $func_1 (result i32)
  (i32.load16_s offset=22 align=1
   (i32.const -1)
  )
 )
)