2018-01-05 18:19:32 +01:00
|
|
|
(module
|
2018-02-04 07:51:40 +01:00
|
|
|
(type $iiiiv (func (param i32 i32 i32 i32)))
|
2018-01-05 18:19:32 +01:00
|
|
|
(type $i (func (result i32)))
|
2018-03-24 18:39:20 +01:00
|
|
|
(type $FFF (func (param f64 f64) (result f64)))
|
|
|
|
(type $fff (func (param f32 f32) (result f32)))
|
2018-01-21 16:34:50 +01:00
|
|
|
(type $ii (func (param i32) (result i32)))
|
2018-01-05 18:19:32 +01:00
|
|
|
(type $iii (func (param i32 i32) (result i32)))
|
|
|
|
(type $v (func))
|
|
|
|
(type $iiii (func (param i32 i32 i32) (result i32)))
|
|
|
|
(type $ifv (func (param i32 f32)))
|
|
|
|
(type $if (func (param i32) (result f32)))
|
2018-02-04 07:51:40 +01:00
|
|
|
(import "env" "abort" (func $abort (param i32 i32 i32 i32)))
|
2018-01-05 18:19:32 +01:00
|
|
|
(global $showcase/aConstantGlobal i32 (i32.const 42))
|
|
|
|
(global $showcase/anExportedConstantGlobal f32 (f32.const 42))
|
|
|
|
(global $showcase/aMutableGlobal (mut i32) (i32.const 42))
|
|
|
|
(global $showcase/anInferredI32 (mut i32) (i32.const 42))
|
|
|
|
(global $showcase/anInferredI64 (mut i64) (i64.const 4294967296))
|
|
|
|
(global $showcase/anInferredF64 (mut f64) (f64.const 42))
|
|
|
|
(global $showcase/anInferredF32 (mut f32) (f32.const 42))
|
|
|
|
(global $unary/i (mut i32) (i32.const 0))
|
|
|
|
(global $unary/I (mut i64) (i64.const 0))
|
|
|
|
(global $unary/f (mut f32) (f32.const 0))
|
|
|
|
(global $unary/F (mut f64) (f64.const 0))
|
|
|
|
(global $binary/b (mut i32) (i32.const 0))
|
|
|
|
(global $binary/i (mut i32) (i32.const 0))
|
|
|
|
(global $binary/I (mut i64) (i64.const 0))
|
|
|
|
(global $binary/f (mut f32) (f32.const 0))
|
|
|
|
(global $binary/F (mut f64) (f64.const 0))
|
|
|
|
(global $logical/i (mut i32) (i32.const 0))
|
|
|
|
(global $logical/I (mut i64) (i64.const 0))
|
|
|
|
(global $logical/f (mut f32) (f32.const 0))
|
|
|
|
(global $logical/F (mut f64) (f64.const 0))
|
|
|
|
(global $builtins/b (mut i32) (i32.const 0))
|
|
|
|
(global $builtins/i (mut i32) (i32.const 0))
|
|
|
|
(global $builtins/I (mut i64) (i64.const 0))
|
|
|
|
(global $builtins/f (mut f32) (f32.const 0))
|
|
|
|
(global $builtins/F (mut f64) (f64.const 0))
|
2018-01-21 16:34:50 +01:00
|
|
|
(global $builtins/constantOffset i32 (i32.const 8))
|
2018-01-23 15:44:25 +01:00
|
|
|
(global $builtins/u (mut i32) (i32.const 0))
|
|
|
|
(global $builtins/U (mut i64) (i64.const 0))
|
2018-01-05 18:19:32 +01:00
|
|
|
(global $builtins/s (mut i32) (i32.const 0))
|
|
|
|
(global $showcase/ANamespace.aNamespacedGlobal (mut i32) (i32.const 42))
|
|
|
|
(global $showcase/AnEnum.ONE i32 (i32.const 1))
|
|
|
|
(global $showcase/AnEnum.TWO i32 (i32.const 2))
|
|
|
|
(global $showcase/AnEnum.FOUR i32 (i32.const 4))
|
|
|
|
(global $showcase/AnEnum.FIVE i32 (i32.const 5))
|
2018-01-06 10:20:38 +01:00
|
|
|
(global $showcase/AnEnum.FORTYTWO (mut i32) (i32.const 0))
|
|
|
|
(global $showcase/AnEnum.FORTYTHREE (mut i32) (i32.const 0))
|
2018-01-05 18:19:32 +01:00
|
|
|
(global $memcpy/base i32 (i32.const 8))
|
|
|
|
(global $memcpy/dest (mut i32) (i32.const 0))
|
|
|
|
(global $showcase/aClassInstance (mut i32) (i32.const 8))
|
|
|
|
(global $showcase/AClass.aStaticField (mut i32) (i32.const 0))
|
2018-03-24 18:39:20 +01:00
|
|
|
(global $HEAP_BASE i32 (i32.const 116))
|
2018-01-05 18:19:32 +01:00
|
|
|
(memory $0 1)
|
2018-02-14 09:18:43 +01:00
|
|
|
(data (i32.const 4) "\n\00\00\00l\00o\00g\00i\00c\00a\00l\00.\00t\00s\00")
|
|
|
|
(data (i32.const 28) "\0b\00\00\00b\00u\00i\00l\00t\00i\00n\00s\00.\00t\00s\00")
|
2018-03-17 12:54:37 +01:00
|
|
|
(data (i32.const 56) "\01\00\00\001\00")
|
|
|
|
(data (i32.const 64) "\0b\00\00\00s\00h\00o\00w\00c\00a\00s\00e\00.\00t\00s\00")
|
|
|
|
(data (i32.const 92) "\t\00\00\00m\00e\00m\00c\00p\00y\00.\00t\00s\00")
|
2018-01-05 18:19:32 +01:00
|
|
|
(export "anExportedConstantGlobal" (global $showcase/anExportedConstantGlobal))
|
|
|
|
(export "aConstantGlobal" (global $showcase/aConstantGlobal))
|
|
|
|
(export "anAliasedConstantGlobal" (global $showcase/anExportedConstantGlobal))
|
|
|
|
(export "showcase/AnEnum.ONE" (global $showcase/AnEnum.ONE))
|
|
|
|
(export "showcase/AnEnum.TWO" (global $showcase/AnEnum.TWO))
|
|
|
|
(export "showcase/AnEnum.FOUR" (global $showcase/AnEnum.FOUR))
|
|
|
|
(export "showcase/AnEnum.FIVE" (global $showcase/AnEnum.FIVE))
|
|
|
|
(export "anExportedFunction" (func $showcase/anExportedFunction))
|
|
|
|
(export "memory" (memory $0))
|
|
|
|
(start $start)
|
2018-03-24 18:39:20 +01:00
|
|
|
(func $fmod (; 1 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
|
|
(local $2 i64)
|
|
|
|
(local $3 i64)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 f64)
|
|
|
|
(local $8 i32)
|
|
|
|
(local $9 i64)
|
|
|
|
(set_local $2
|
|
|
|
(i64.reinterpret/f64
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $3
|
|
|
|
(i64.reinterpret/f64
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $4
|
|
|
|
(i32.wrap/i64
|
|
|
|
(i64.and
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $2)
|
|
|
|
(i64.const 52)
|
|
|
|
)
|
|
|
|
(i64.const 2047)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $5
|
|
|
|
(i32.wrap/i64
|
|
|
|
(i64.and
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $3)
|
|
|
|
(i64.const 52)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i64.const 2047)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $6
|
|
|
|
(i32.wrap/i64
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $2)
|
|
|
|
(i64.const 63)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.and
|
|
|
|
(if (result i32)
|
|
|
|
(tee_local $8
|
|
|
|
(i32.and
|
|
|
|
(if (result i32)
|
|
|
|
(tee_local $8
|
|
|
|
(i64.eq
|
|
|
|
(i64.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i64.const 0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $8)
|
|
|
|
(f64.ne
|
|
|
|
(tee_local $7
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $7)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(get_local $8)
|
|
|
|
(i32.eq
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 2047)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f64.div
|
|
|
|
(f64.mul
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(f64.mul
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
2018-03-24 18:39:20 +01:00
|
|
|
(i64.le_u
|
|
|
|
(i64.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(i64.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(if
|
|
|
|
(i64.eq
|
|
|
|
(i64.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(i64.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f64.mul
|
|
|
|
(f64.const 0)
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(return
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(nop)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(get_local $4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(block
|
2018-03-24 18:39:20 +01:00
|
|
|
(block $break|0
|
|
|
|
(set_local $9
|
|
|
|
(i64.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i64.const 12)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(loop $continue|0
|
2018-01-05 18:19:32 +01:00
|
|
|
(if
|
2018-03-24 18:39:20 +01:00
|
|
|
(i64.eqz
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $9)
|
|
|
|
(i64.const 63)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(block
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $4
|
|
|
|
(i32.sub
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(set_local $9
|
|
|
|
(i64.shl
|
|
|
|
(get_local $9)
|
|
|
|
(i64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $continue|0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(i64.shl
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $2)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i64.extend_u/i32
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
|
|
|
(get_local $4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(set_local $2
|
|
|
|
(i64.and
|
|
|
|
(get_local $2)
|
|
|
|
(i64.shr_u
|
|
|
|
(i64.const -1)
|
|
|
|
(i64.const 12)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(i64.or
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $2)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i64.shl
|
|
|
|
(i64.const 1)
|
|
|
|
(i64.const 52)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(get_local $5)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block $break|1
|
|
|
|
(set_local $9
|
|
|
|
(i64.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i64.const 12)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(loop $continue|1
|
|
|
|
(if
|
|
|
|
(i64.eqz
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $9)
|
|
|
|
(i64.const 63)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block
|
|
|
|
(set_local $5
|
|
|
|
(i32.sub
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $9
|
|
|
|
(i64.shl
|
|
|
|
(get_local $9)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(br $continue|1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $3
|
|
|
|
(i64.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i64.extend_u/i32
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
|
|
|
(get_local $5)
|
|
|
|
)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(set_local $3
|
|
|
|
(i64.and
|
|
|
|
(get_local $3)
|
|
|
|
(i64.shr_u
|
|
|
|
(i64.const -1)
|
|
|
|
(i64.const 12)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $3
|
|
|
|
(i64.or
|
|
|
|
(get_local $3)
|
|
|
|
(i64.shl
|
|
|
|
(i64.const 1)
|
|
|
|
(i64.const 52)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(block $break|2
|
|
|
|
(nop)
|
|
|
|
(loop $continue|2
|
2018-01-05 18:19:32 +01:00
|
|
|
(if
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.gt_s
|
|
|
|
(get_local $4)
|
|
|
|
(get_local $5)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block
|
|
|
|
(block
|
|
|
|
(set_local $9
|
|
|
|
(i64.sub
|
|
|
|
(get_local $2)
|
|
|
|
(get_local $3)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(if
|
|
|
|
(i64.eqz
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $9)
|
|
|
|
(i64.const 63)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block
|
|
|
|
(if
|
|
|
|
(i64.eqz
|
|
|
|
(get_local $9)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f64.mul
|
|
|
|
(f64.const 0)
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(get_local $9)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i64.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.sub
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $continue|2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $9
|
|
|
|
(i64.sub
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $2)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $3)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i64.eqz
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $9)
|
|
|
|
(i64.const 63)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(if
|
|
|
|
(i64.eqz
|
|
|
|
(get_local $9)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f64.mul
|
|
|
|
(f64.const 0)
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(get_local $9)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block $break|3
|
|
|
|
(nop)
|
|
|
|
(loop $continue|3
|
|
|
|
(if
|
|
|
|
(i64.eqz
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $2)
|
|
|
|
(i64.const 52)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(set_local $4
|
|
|
|
(i32.sub
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i64.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(br $continue|3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.gt_s
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(set_local $2
|
|
|
|
(i64.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i64.shl
|
|
|
|
(i64.const 1)
|
|
|
|
(i64.const 52)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i64.or
|
|
|
|
(get_local $2)
|
|
|
|
(i64.shl
|
|
|
|
(i64.extend_u/i32
|
|
|
|
(get_local $4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i64.const 52)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i64.shr_u
|
|
|
|
(get_local $2)
|
|
|
|
(i64.extend_u/i32
|
|
|
|
(i32.add
|
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
|
|
|
(get_local $4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i64.or
|
|
|
|
(get_local $2)
|
|
|
|
(i64.shl
|
|
|
|
(i64.extend_u/i32
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i64.const 63)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f64.reinterpret/i64
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(func $fmodf (; 2 ;) (type $fff) (param $0 f32) (param $1 f32) (result f32)
|
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 f32)
|
|
|
|
(local $8 i32)
|
|
|
|
(local $9 i32)
|
|
|
|
(set_local $2
|
|
|
|
(i32.reinterpret/f32
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $3
|
|
|
|
(i32.reinterpret/f32
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.and
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 23)
|
|
|
|
)
|
|
|
|
(i32.const 255)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $5
|
|
|
|
(i32.and
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $3)
|
|
|
|
(i32.const 23)
|
|
|
|
)
|
|
|
|
(i32.const 255)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $6
|
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const -2147483648)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.and
|
|
|
|
(if (result i32)
|
|
|
|
(tee_local $8
|
|
|
|
(i32.and
|
|
|
|
(if (result i32)
|
|
|
|
(tee_local $8
|
|
|
|
(i32.eq
|
|
|
|
(i32.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $8)
|
|
|
|
(f32.ne
|
|
|
|
(tee_local $7
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $7)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $8)
|
|
|
|
(i32.eq
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 255)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f32.div
|
|
|
|
(f32.mul
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(f32.mul
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.le_u
|
|
|
|
(i32.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(if
|
|
|
|
(i32.eq
|
|
|
|
(i32.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f32.mul
|
|
|
|
(f32.const 0)
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(nop)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(get_local $4)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block $break|0
|
|
|
|
(set_local $9
|
|
|
|
(i32.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 9)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(loop $continue|0
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $9)
|
|
|
|
(i32.const 31)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block
|
|
|
|
(set_local $4
|
|
|
|
(i32.sub
|
|
|
|
(get_local $4)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $9
|
|
|
|
(i32.shl
|
|
|
|
(get_local $9)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $continue|0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i32.add
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.sub
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 0)
|
|
|
|
(get_local $4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(set_local $2
|
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.shr_u
|
|
|
|
(i32.const -1)
|
|
|
|
(i32.const 9)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.or
|
|
|
|
(get_local $2)
|
|
|
|
(i32.shl
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 23)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(get_local $5)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block $break|1
|
|
|
|
(set_local $9
|
|
|
|
(i32.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i32.const 9)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(loop $continue|1
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $9)
|
|
|
|
(i32.const 31)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block
|
|
|
|
(set_local $5
|
|
|
|
(i32.sub
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $9
|
|
|
|
(i32.shl
|
|
|
|
(get_local $9)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $continue|1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(set_local $3
|
|
|
|
(i32.shl
|
|
|
|
(get_local $3)
|
|
|
|
(i32.add
|
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
|
|
|
(get_local $5)
|
|
|
|
)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(set_local $3
|
|
|
|
(i32.and
|
|
|
|
(get_local $3)
|
|
|
|
(i32.shr_u
|
|
|
|
(i32.const -1)
|
|
|
|
(i32.const 9)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $3
|
|
|
|
(i32.or
|
|
|
|
(get_local $3)
|
|
|
|
(i32.shl
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 23)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block $break|2
|
|
|
|
(nop)
|
|
|
|
(loop $continue|2
|
|
|
|
(if
|
|
|
|
(i32.gt_s
|
|
|
|
(get_local $4)
|
|
|
|
(get_local $5)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block
|
|
|
|
(set_local $9
|
|
|
|
(i32.sub
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $2)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $9)
|
|
|
|
(i32.const 31)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(block
|
2018-03-24 18:39:20 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(get_local $9)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(return
|
|
|
|
(f32.mul
|
|
|
|
(f32.const 0)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(get_local $9)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(i32.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.sub
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(br $continue|2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $9
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $9)
|
|
|
|
(i32.const 31)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(get_local $9)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f32.mul
|
|
|
|
(f32.const 0)
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(get_local $9)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(block $break|3
|
|
|
|
(nop)
|
|
|
|
(loop $continue|3
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 23)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(block
|
|
|
|
(set_local $4
|
|
|
|
(i32.sub
|
|
|
|
(get_local $4)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(i32.shl
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $continue|3)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.gt_s
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(block
|
2018-01-05 18:19:32 +01:00
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.shl
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 23)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.or
|
|
|
|
(get_local $2)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 23)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $2)
|
|
|
|
(i32.add
|
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
|
|
|
(get_local $4)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.or
|
|
|
|
(get_local $2)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(return
|
|
|
|
(f32.reinterpret/i32
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(func $showcase/ANamespace.aNamespacedFunction (; 3 ;) (type $ii) (param $0 i32) (result i32)
|
|
|
|
(return
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(func $showcase/addGeneric<i32> (; 4 ;) (type $iii) (param $0 i32) (param $1 i32) (result i32)
|
|
|
|
(return
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(func $showcase/addGeneric<f32> (; 5 ;) (type $fff) (param $0 f32) (param $1 f32) (result f32)
|
|
|
|
(return
|
|
|
|
(f32.add
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(func $showcase/addGeneric<f64> (; 6 ;) (type $FFF) (param $0 f64) (param $1 f64) (result f64)
|
|
|
|
(return
|
|
|
|
(f64.add
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(func $showcase/anExportedFunction (; 7 ;) (type $v)
|
|
|
|
)
|
|
|
|
(func $memcpy/memcpy (; 8 ;) (type $iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(set_local $3
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(nop)
|
|
|
|
(block $break|0
|
|
|
|
(loop $continue|0
|
|
|
|
(if
|
|
|
|
(if (result i32)
|
|
|
|
(get_local $2)
|
|
|
|
(i32.rem_u
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(br $continue|0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eq
|
|
|
|
(i32.rem_u
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block $break|1
|
|
|
|
(loop $continue|1
|
2018-01-05 18:19:32 +01:00
|
|
|
(if
|
|
|
|
(i32.ge_u
|
|
|
|
(get_local $2)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 16)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block
|
|
|
|
(i32.store
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.load
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $1)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $1)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 8)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 12)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 12)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $continue|1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(if
|
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 8)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block
|
|
|
|
(i32.store
|
|
|
|
(get_local $0)
|
|
|
|
(i32.load
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $0)
|
|
|
|
(i32.const 4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $1)
|
|
|
|
(i32.const 4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $0)
|
|
|
|
(i32.const 8)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $1)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 8)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(if
|
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(i32.store
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load
|
|
|
|
(get_local $1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $0)
|
|
|
|
(i32.const 4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $1)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(if
|
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(i32.store16
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $0)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load16_u
|
|
|
|
(get_local $1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $0)
|
|
|
|
(i32.const 2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $1)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(if
|
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
2018-01-05 18:19:32 +01:00
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(return
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.ge_u
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 32)
|
|
|
|
)
|
|
|
|
(block $break|2
|
|
|
|
(block $case2|2
|
|
|
|
(block $case1|2
|
|
|
|
(block $case0|2
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.rem_u
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br_if $case0|2
|
|
|
|
(i32.eq
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br_if $case1|2
|
|
|
|
(i32.eq
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br_if $case2|2
|
|
|
|
(i32.eq
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 3)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $break|2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 3)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(block $break|3
|
|
|
|
(loop $continue|3
|
|
|
|
(if
|
|
|
|
(i32.ge_u
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 17)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block
|
|
|
|
(set_local $5
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(get_local $0)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $5
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 9)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 13)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 12)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(br $continue|3)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $break|2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
2018-01-05 18:19:32 +01:00
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
2018-01-05 18:19:32 +01:00
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block $break|4
|
|
|
|
(loop $continue|4
|
|
|
|
(if
|
|
|
|
(i32.ge_u
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 18)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(block
|
|
|
|
(set_local $5
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(get_local $0)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 6)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $5
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 10)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 14)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 12)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(br $continue|4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $break|2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block $break|5
|
|
|
|
(loop $continue|5
|
|
|
|
(if
|
|
|
|
(i32.ge_u
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 19)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block
|
|
|
|
(block
|
|
|
|
(set_local $5
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(get_local $0)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 7)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $5
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 11)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $4
|
|
|
|
(i32.load
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 15)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 12)
|
|
|
|
)
|
|
|
|
(i32.or
|
|
|
|
(i32.shr_u
|
|
|
|
(get_local $5)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.shl
|
|
|
|
(get_local $4)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $1)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_local $2
|
|
|
|
(i32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $continue|5)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(br $break|2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(block
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $1
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-14 02:30:20 +01:00
|
|
|
(set_local $0
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
2018-01-10 13:09:05 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-10 13:09:05 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
2018-01-10 13:09:05 +01:00
|
|
|
(i32.add
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-10 13:09:05 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
2018-01-10 13:09:05 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(if
|
2018-01-18 23:34:12 +01:00
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 8)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(block
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 4)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(block
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(block
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $0)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
|
|
|
)
|
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.and
|
|
|
|
(get_local $2)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.store8
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
(set_local $0
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.load8_u
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $6
|
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(set_local $1
|
|
|
|
(i32.add
|
|
|
|
(get_local $6)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $6)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(return
|
2018-03-24 18:39:20 +01:00
|
|
|
(get_local $3)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(func $showcase/ADerivedClass#set:aWildAccessorAppears (; 9 ;) (type $ifv) (param $0 i32) (param $1 f32)
|
2018-01-05 18:19:32 +01:00
|
|
|
(f32.store offset=4
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(func $showcase/ADerivedClass#get:aWildAccessorAppears (; 10 ;) (type $if) (param $0 i32) (result f32)
|
2018-01-05 18:19:32 +01:00
|
|
|
(return
|
|
|
|
(f32.load offset=4
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(func $start (; 11 ;) (type $v)
|
2018-01-05 18:19:32 +01:00
|
|
|
(local $0 i32)
|
|
|
|
(local $1 i64)
|
|
|
|
(local $2 f32)
|
|
|
|
(local $3 f64)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i64)
|
|
|
|
(drop
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(drop
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const -1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.xor
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const -1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
(drop
|
2018-02-14 09:18:43 +01:00
|
|
|
(f64.const -1.25)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.eq
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.eqz
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.xor
|
|
|
|
(get_global $unary/i)
|
|
|
|
(i32.const -1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.add
|
|
|
|
(get_global $unary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.sub
|
|
|
|
(get_global $unary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(set_global $unary/i
|
|
|
|
(i32.add
|
|
|
|
(get_global $unary/i)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(set_global $unary/i
|
|
|
|
(i32.sub
|
|
|
|
(get_global $unary/i)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const -1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.xor
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const -1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.eqz
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.xor
|
|
|
|
(get_global $unary/i)
|
|
|
|
(i32.const -1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(block (result i32)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.add
|
|
|
|
(get_global $unary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(block (result i32)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.sub
|
|
|
|
(get_global $unary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $0
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.add
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(block (result i32)
|
|
|
|
(set_local $0
|
|
|
|
(get_global $unary/i)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(i32.sub
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.sub
|
|
|
|
(i64.const 0)
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.eqz
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.xor
|
|
|
|
(get_global $unary/I)
|
|
|
|
(i64.const -1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.add
|
|
|
|
(get_global $unary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.sub
|
|
|
|
(get_global $unary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(set_global $unary/I
|
|
|
|
(i64.add
|
|
|
|
(get_global $unary/I)
|
|
|
|
(i64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(set_global $unary/I
|
|
|
|
(i64.sub
|
|
|
|
(get_global $unary/I)
|
|
|
|
(i64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
2018-02-14 09:18:43 +01:00
|
|
|
(i64.const -1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.extend_s/i32
|
2018-01-10 13:09:05 +01:00
|
|
|
(i64.eqz
|
|
|
|
(i64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.xor
|
|
|
|
(i64.const 1)
|
|
|
|
(i64.const -1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.sub
|
|
|
|
(i64.const 0)
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.extend_s/i32
|
|
|
|
(i64.eqz
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.xor
|
|
|
|
(get_global $unary/I)
|
|
|
|
(i64.const -1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(block (result i64)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.add
|
|
|
|
(get_global $unary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(block (result i64)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.sub
|
|
|
|
(get_global $unary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(block (result i64)
|
|
|
|
(set_local $1
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.add
|
|
|
|
(get_local $1)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(block (result i64)
|
|
|
|
(set_local $1
|
|
|
|
(get_global $unary/I)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.sub
|
|
|
|
(get_local $1)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(get_global $unary/f)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.neg
|
|
|
|
(get_global $unary/f)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.eq
|
|
|
|
(get_global $unary/f)
|
|
|
|
(f32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(f32.add
|
|
|
|
(get_global $unary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(f32.sub
|
|
|
|
(get_global $unary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(set_global $unary/f
|
|
|
|
(f32.add
|
|
|
|
(get_global $unary/f)
|
|
|
|
(f32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(set_global $unary/f
|
|
|
|
(f32.sub
|
|
|
|
(get_global $unary/f)
|
|
|
|
(f32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
2018-02-14 09:18:43 +01:00
|
|
|
(f32.const -1.25)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(f64.eq
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(get_global $unary/f)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(f32.neg
|
|
|
|
(get_global $unary/f)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/i
|
|
|
|
(f32.eq
|
|
|
|
(get_global $unary/f)
|
|
|
|
(f32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(block (result f32)
|
|
|
|
(set_global $unary/f
|
|
|
|
(f32.add
|
|
|
|
(get_global $unary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_global $unary/f)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(block (result f32)
|
|
|
|
(set_global $unary/f
|
|
|
|
(f32.sub
|
|
|
|
(get_global $unary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_global $unary/f)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(block (result f32)
|
|
|
|
(set_local $2
|
|
|
|
(get_global $unary/f)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(f32.add
|
|
|
|
(get_local $2)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(block (result f32)
|
|
|
|
(set_local $2
|
|
|
|
(get_global $unary/f)
|
|
|
|
)
|
|
|
|
(set_global $unary/f
|
|
|
|
(f32.sub
|
|
|
|
(get_local $2)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(get_global $unary/F)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.neg
|
|
|
|
(get_global $unary/F)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.eq
|
|
|
|
(get_global $unary/F)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(f64.add
|
|
|
|
(get_global $unary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(f64.sub
|
|
|
|
(get_global $unary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(set_global $unary/F
|
|
|
|
(f64.add
|
|
|
|
(get_global $unary/F)
|
|
|
|
(f64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(set_global $unary/F
|
|
|
|
(f64.sub
|
|
|
|
(get_global $unary/F)
|
|
|
|
(f64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
2018-02-14 09:18:43 +01:00
|
|
|
(f64.const -1.25)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.extend_s/i32
|
|
|
|
(f64.eq
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(get_global $unary/F)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(f64.neg
|
|
|
|
(get_global $unary/F)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/I
|
|
|
|
(i64.extend_s/i32
|
|
|
|
(f64.eq
|
|
|
|
(get_global $unary/F)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(block (result f64)
|
|
|
|
(set_global $unary/F
|
|
|
|
(f64.add
|
|
|
|
(get_global $unary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_global $unary/F)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(block (result f64)
|
|
|
|
(set_global $unary/F
|
|
|
|
(f64.sub
|
|
|
|
(get_global $unary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_global $unary/F)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(block (result f64)
|
|
|
|
(set_local $3
|
|
|
|
(get_global $unary/F)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(f64.add
|
|
|
|
(get_local $3)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(block (result f64)
|
|
|
|
(set_local $3
|
|
|
|
(get_global $unary/F)
|
|
|
|
)
|
|
|
|
(set_global $unary/F
|
|
|
|
(f64.sub
|
|
|
|
(get_local $3)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.lt_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.gt_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.le_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.ge_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.eq
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.eq
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.add
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.sub
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.mul
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.div_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.rem_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.shl
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.shr_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.shr_u
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.and
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.or
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.xor
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i32.lt_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i32.gt_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i32.le_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i32.ge_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i32.eq
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i32.eq
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.add
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.sub
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.mul
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.div_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.rem_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.shl
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.shr_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.shr_u
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.and
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.or
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.xor
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.add
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.sub
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.mul
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.rem_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.shl
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.shr_s
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.shr_u
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.and
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.or
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/i
|
|
|
|
(i32.xor
|
|
|
|
(get_global $binary/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.lt_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.gt_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.le_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.ge_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.eq
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.eq
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.add
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.sub
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.mul
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.div_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.rem_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.shl
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.shr_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.shr_u
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.and
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.or
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.xor
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i64.lt_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i64.gt_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i64.le_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i64.ge_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i64.eq
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(i64.eq
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.add
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.sub
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.mul
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.div_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.rem_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.shl
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.shr_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.shr_u
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.and
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.or
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.xor
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.add
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.sub
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.mul
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.rem_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.shl
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.shr_s
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.shr_u
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.and
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.or
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/I
|
|
|
|
(i64.xor
|
|
|
|
(get_global $binary/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.lt
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.gt
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.le
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.ge
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.eq
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.eq
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.add
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.sub
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.mul
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.div
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f32.lt
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f32.gt
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f32.le
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f32.ge
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f32.eq
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f32.eq
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/f
|
|
|
|
(f32.add
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/f
|
|
|
|
(f32.sub
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/f
|
|
|
|
(f32.mul
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/f
|
|
|
|
(f32.div
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/f
|
|
|
|
(f32.add
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/f
|
|
|
|
(f32.sub
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/f
|
|
|
|
(f32.mul
|
|
|
|
(get_global $binary/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.lt
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.gt
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.le
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.ge
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.eq
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.eq
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.add
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.sub
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.mul
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.div
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f64.lt
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f64.gt
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f64.le
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f64.ge
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f64.eq
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/b
|
|
|
|
(f64.eq
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/F
|
|
|
|
(f64.add
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/F
|
|
|
|
(f64.sub
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/F
|
|
|
|
(f64.mul
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/F
|
|
|
|
(f64.div
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/F
|
|
|
|
(f64.add
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/F
|
|
|
|
(f64.sub
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $binary/F
|
|
|
|
(f64.mul
|
|
|
|
(get_global $binary/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(if (result i32)
|
2018-02-28 01:48:01 +01:00
|
|
|
(i32.const 0)
|
2018-01-05 18:19:32 +01:00
|
|
|
(unreachable)
|
2018-01-12 15:36:17 +01:00
|
|
|
(i32.const 0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(if (result f64)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(f64.const 0)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
2018-01-10 23:19:14 +01:00
|
|
|
(unreachable)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.const 0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(if (result i32)
|
2018-02-28 01:48:01 +01:00
|
|
|
(i32.const 1)
|
2018-01-10 23:19:14 +01:00
|
|
|
(i32.const 1)
|
2018-01-12 15:36:17 +01:00
|
|
|
(unreachable)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(if (result f64)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(f64.const 1)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
2018-01-10 23:19:14 +01:00
|
|
|
(f64.const 1)
|
2018-01-12 15:36:17 +01:00
|
|
|
(unreachable)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(if (result i32)
|
2018-02-28 01:48:01 +01:00
|
|
|
(tee_local $0
|
|
|
|
(if (result i32)
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 2)
|
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-01-10 23:19:14 +01:00
|
|
|
(get_local $0)
|
2018-01-12 15:36:17 +01:00
|
|
|
(unreachable)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(if (result f64)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(tee_local $3
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result f64)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(f64.const 1)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
2018-01-12 05:03:25 +01:00
|
|
|
(f64.const 2)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
2018-01-10 23:19:14 +01:00
|
|
|
(get_local $3)
|
2018-01-12 15:36:17 +01:00
|
|
|
(unreachable)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $logical/i
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result i32)
|
2018-02-28 01:48:01 +01:00
|
|
|
(i32.const 1)
|
2018-01-12 05:03:25 +01:00
|
|
|
(i32.const 2)
|
2018-01-12 15:36:17 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $logical/i)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 4)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 12)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $logical/i
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result i32)
|
2018-02-28 01:48:01 +01:00
|
|
|
(i32.const 0)
|
2018-01-12 05:03:25 +01:00
|
|
|
(i32.const 0)
|
2018-01-12 15:36:17 +01:00
|
|
|
(i32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $logical/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 4)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 15)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $logical/I
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result i64)
|
2018-01-12 15:36:17 +01:00
|
|
|
(i64.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(i64.const 1)
|
2018-01-12 15:36:17 +01:00
|
|
|
(i64.const 0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-12 05:03:25 +01:00
|
|
|
(i64.const 2)
|
2018-01-12 15:36:17 +01:00
|
|
|
(i64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(get_global $logical/I)
|
|
|
|
(i64.const 2)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 4)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 20)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $logical/I
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result i64)
|
2018-01-12 15:36:17 +01:00
|
|
|
(i64.ne
|
|
|
|
(i64.const 0)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i64.const 0)
|
|
|
|
)
|
2018-01-12 05:03:25 +01:00
|
|
|
(i64.const 0)
|
2018-01-12 15:36:17 +01:00
|
|
|
(i64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(get_global $logical/I)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 4)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 23)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $logical/f
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result f32)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f32.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(f32.const 1)
|
|
|
|
(f32.const 0)
|
|
|
|
)
|
2018-01-12 05:03:25 +01:00
|
|
|
(f32.const 2)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(get_global $logical/f)
|
|
|
|
(f32.const 2)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 4)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $logical/f
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result f32)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f32.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(f32.const 0)
|
|
|
|
(f32.const 0)
|
|
|
|
)
|
2018-01-12 05:03:25 +01:00
|
|
|
(f32.const 0)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f32.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(get_global $logical/f)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 4)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 31)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $logical/F
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result f64)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(f64.const 1)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
2018-01-12 05:03:25 +01:00
|
|
|
(f64.const 2)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.eq
|
|
|
|
(get_global $logical/F)
|
|
|
|
(f64.const 2)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 4)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 36)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $logical/F
|
2018-01-12 05:03:25 +01:00
|
|
|
(if (result f64)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.ne
|
2018-01-05 18:19:32 +01:00
|
|
|
(f64.const 0)
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
2018-01-12 05:03:25 +01:00
|
|
|
(f64.const 0)
|
2018-01-12 15:36:17 +01:00
|
|
|
(f64.const 1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.eq
|
|
|
|
(get_global $logical/F)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 4)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 39)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-17 12:54:37 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 5)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 6)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 7)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 9)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 10)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 11)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 12)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 13)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 14)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(drop
|
|
|
|
(i32.clz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.ctz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.popcnt
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.rotl
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.rotr
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
2018-01-10 13:09:05 +01:00
|
|
|
(tee_local $0
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const -42)
|
2018-01-10 13:09:05 +01:00
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
2018-01-10 13:09:05 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(i32.gt_s
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
|
|
|
(tee_local $0
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(tee_local $4
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
(i32.gt_s
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
|
|
|
(tee_local $0
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(tee_local $4
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
(i32.lt_s
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.clz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.ctz
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.popcnt
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.rotl
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.rotr
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(select
|
2018-01-10 13:09:05 +01:00
|
|
|
(tee_local $0
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const -42)
|
2018-01-10 13:09:05 +01:00
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.sub
|
|
|
|
(i32.const 0)
|
2018-01-10 13:09:05 +01:00
|
|
|
(get_local $0)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(i32.gt_s
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $builtins/i)
|
|
|
|
(i32.const 42)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 34)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 19)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(select
|
|
|
|
(tee_local $0
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(tee_local $4
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
(i32.gt_s
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $builtins/i)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 35)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 20)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(select
|
|
|
|
(tee_local $0
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(tee_local $4
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
(i32.lt_s
|
|
|
|
(get_local $0)
|
|
|
|
(get_local $4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $builtins/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 36)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 20)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.clz
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.ctz
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.popcnt
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.rotl
|
|
|
|
(i64.const 1)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.rotr
|
|
|
|
(i64.const 1)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
2018-01-10 13:09:05 +01:00
|
|
|
(tee_local $1
|
2018-02-14 09:18:43 +01:00
|
|
|
(i64.const -42)
|
2018-01-10 13:09:05 +01:00
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i64.sub
|
|
|
|
(i64.const 0)
|
2018-01-10 13:09:05 +01:00
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(i64.gt_s
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $1)
|
|
|
|
(i64.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.clz
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.ctz
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.popcnt
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.rotl
|
|
|
|
(i64.const 1)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.rotr
|
|
|
|
(i64.const 1)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(select
|
2018-01-10 13:09:05 +01:00
|
|
|
(tee_local $1
|
2018-02-14 09:18:43 +01:00
|
|
|
(i64.const -42)
|
2018-01-10 13:09:05 +01:00
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i64.sub
|
|
|
|
(i64.const 0)
|
2018-01-10 13:09:05 +01:00
|
|
|
(get_local $1)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-10 13:09:05 +01:00
|
|
|
(i64.gt_s
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_local $1)
|
|
|
|
(i64.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(get_global $builtins/I)
|
|
|
|
(i64.const 42)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 52)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 19)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(select
|
|
|
|
(tee_local $1
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(tee_local $5
|
|
|
|
(i64.const 2)
|
|
|
|
)
|
|
|
|
(i64.gt_s
|
|
|
|
(get_local $1)
|
|
|
|
(get_local $5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(get_global $builtins/I)
|
|
|
|
(i64.const 2)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 53)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 20)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(select
|
|
|
|
(tee_local $1
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(tee_local $5
|
|
|
|
(i64.const 2)
|
|
|
|
)
|
|
|
|
(i64.lt_s
|
|
|
|
(get_local $1)
|
|
|
|
(get_local $5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $builtins/i)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 54)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 20)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.const nan:0x400000)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.const inf)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.abs
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.ceil
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.copysign
|
|
|
|
(f32.const 1.25)
|
|
|
|
(f32.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.floor
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.max
|
|
|
|
(f32.const 1.25)
|
|
|
|
(f32.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.min
|
|
|
|
(f32.const 1.25)
|
|
|
|
(f32.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.nearest
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.sqrt
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.trunc
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.ne
|
|
|
|
(tee_local $2
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
|
|
|
(f32.ne
|
|
|
|
(f32.abs
|
|
|
|
(tee_local $2
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f32.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f32.eq
|
|
|
|
(get_local $2)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.const nan:0x400000)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.const inf)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.abs
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.ceil
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.copysign
|
|
|
|
(f32.const 1.25)
|
|
|
|
(f32.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.floor
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.max
|
|
|
|
(f32.const 1.25)
|
|
|
|
(f32.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.min
|
|
|
|
(f32.const 1.25)
|
|
|
|
(f32.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.nearest
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.sqrt
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.trunc
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/b
|
|
|
|
(f32.ne
|
|
|
|
(tee_local $2
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/b
|
|
|
|
(select
|
|
|
|
(f32.ne
|
|
|
|
(f32.abs
|
|
|
|
(tee_local $2
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f32.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f32.eq
|
|
|
|
(get_local $2)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.const nan:0x8000000000000)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.const nan:0x8000000000000)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.abs
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.ceil
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.copysign
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.floor
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.max
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.min
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.nearest
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.sqrt
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.trunc
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.ne
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
|
|
|
(f64.ne
|
|
|
|
(f64.abs
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f64.eq
|
|
|
|
(get_local $3)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.const nan:0x8000000000000)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.abs
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.ceil
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.copysign
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.floor
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.max
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.min
|
|
|
|
(f64.const 1.25)
|
|
|
|
(f64.const 2.5)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.nearest
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.sqrt
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.trunc
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/b
|
|
|
|
(f64.ne
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/b
|
|
|
|
(select
|
|
|
|
(f64.ne
|
|
|
|
(f64.abs
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f64.eq
|
|
|
|
(get_local $3)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.const 8)
|
|
|
|
(get_global $builtins/i)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.store
|
|
|
|
(i32.const 8)
|
|
|
|
(get_global $builtins/I)
|
|
|
|
)
|
|
|
|
(i64.store
|
|
|
|
(i32.const 8)
|
|
|
|
(i64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f32.store
|
|
|
|
(i32.const 8)
|
|
|
|
(get_global $builtins/f)
|
|
|
|
)
|
|
|
|
(f32.store
|
|
|
|
(i32.const 8)
|
|
|
|
(f32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f64.store
|
|
|
|
(i32.const 8)
|
|
|
|
(get_global $builtins/F)
|
|
|
|
)
|
|
|
|
(f64.store
|
|
|
|
(i32.const 8)
|
|
|
|
(f64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
2018-01-21 16:34:50 +01:00
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.load offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
(get_global $builtins/i)
|
|
|
|
)
|
|
|
|
(i32.store offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.load offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.load offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.store offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
(get_global $builtins/I)
|
|
|
|
)
|
|
|
|
(i64.store offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
(i64.load offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.load offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f32.store offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
(get_global $builtins/f)
|
|
|
|
)
|
|
|
|
(f32.store offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
(f32.load offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.load offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f64.store offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
(get_global $builtins/F)
|
|
|
|
)
|
|
|
|
(f64.store offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
(f64.load offset=8
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
2018-01-23 15:44:25 +01:00
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.load8_s
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.load16_s
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.load8_u
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.load16_u
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/u
|
|
|
|
(i32.load8_u
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/u
|
|
|
|
(i32.load16_u
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/u
|
|
|
|
(i32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/u
|
|
|
|
(i32.load8_s
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/u
|
|
|
|
(i32.load16_s
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/u
|
|
|
|
(i32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.load8_s
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.load16_s
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.load32_s
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/U
|
|
|
|
(i64.load8_u
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/U
|
|
|
|
(i64.load16_u
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/U
|
|
|
|
(i64.load32_u
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/U
|
|
|
|
(i64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i32.store8
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(i32.store16
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(i64.store8
|
|
|
|
(i32.const 8)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(i64.store16
|
|
|
|
(i32.const 8)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(i64.store32
|
|
|
|
(i32.const 8)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(i64.store
|
|
|
|
(i32.const 8)
|
|
|
|
(i64.const 1)
|
|
|
|
)
|
|
|
|
(i64.store
|
|
|
|
(i32.const 8)
|
|
|
|
(i64.extend_s/i32
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(drop
|
|
|
|
(i32.reinterpret/f32
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f32.reinterpret/i32
|
|
|
|
(i32.const 25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.reinterpret/f64
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(f64.reinterpret/i64
|
|
|
|
(i64.const 25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(i32.reinterpret/f32
|
|
|
|
(f32.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(f32.reinterpret/i32
|
|
|
|
(i32.const 25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(i64.reinterpret/f64
|
|
|
|
(f64.const 1.25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(f64.reinterpret/i64
|
|
|
|
(i64.const 25)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(current_memory)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(grow_memory
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/s
|
|
|
|
(current_memory)
|
|
|
|
)
|
|
|
|
(set_global $builtins/s
|
|
|
|
(grow_memory
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
|
|
|
(i32.const 10)
|
|
|
|
(i32.const 20)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
|
|
|
(i64.const 100)
|
|
|
|
(i64.const 200)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
|
|
|
(f32.const 1.25)
|
|
|
|
(f32.const 2.5)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(select
|
|
|
|
(f64.const 12.5)
|
|
|
|
(f64.const 25)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/i
|
|
|
|
(select
|
|
|
|
(i32.const 10)
|
|
|
|
(i32.const 20)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/I
|
|
|
|
(select
|
|
|
|
(i64.const 100)
|
|
|
|
(i64.const 200)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/f
|
|
|
|
(select
|
|
|
|
(f32.const 1.25)
|
|
|
|
(f32.const 2.5)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(set_global $builtins/F
|
|
|
|
(select
|
|
|
|
(f64.const 12.5)
|
|
|
|
(f64.const 25)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
2018-03-17 14:40:58 +01:00
|
|
|
(i32.eqz
|
|
|
|
(get_global $builtins/i)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(unreachable)
|
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 220)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 2)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 221)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 4)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 222)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 223)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 225)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 226)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 2)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 227)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 4)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 228)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 229)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 4)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 231)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-24 00:38:49 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 232)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 235)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 4)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 236)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 237)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 2)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 238)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 240)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 241)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.ne
|
|
|
|
(f64.const nan:0x8000000000000)
|
|
|
|
(f64.const nan:0x8000000000000)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 243)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.ne
|
|
|
|
(tee_local $2
|
|
|
|
(f32.const nan:0x400000)
|
|
|
|
)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 244)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.ne
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const nan:0x8000000000000)
|
|
|
|
)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 245)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(select
|
|
|
|
(f32.ne
|
|
|
|
(f32.abs
|
|
|
|
(tee_local $2
|
|
|
|
(f32.const nan:0x400000)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f32.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f32.eq
|
|
|
|
(get_local $2)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 246)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(select
|
|
|
|
(f32.ne
|
|
|
|
(f32.abs
|
|
|
|
(tee_local $2
|
|
|
|
(f32.const inf)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f32.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f32.eq
|
|
|
|
(get_local $2)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 247)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(select
|
|
|
|
(f64.ne
|
|
|
|
(f64.abs
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const nan:0x8000000000000)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f64.eq
|
|
|
|
(get_local $3)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 248)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eqz
|
|
|
|
(select
|
|
|
|
(f64.ne
|
|
|
|
(f64.abs
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f64.eq
|
|
|
|
(get_local $3)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 249)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(select
|
|
|
|
(f32.ne
|
|
|
|
(f32.abs
|
|
|
|
(tee_local $2
|
|
|
|
(f32.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f32.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f32.eq
|
|
|
|
(get_local $2)
|
|
|
|
(get_local $2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 250)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(select
|
|
|
|
(f64.ne
|
|
|
|
(f64.abs
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const 0)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(f64.const inf)
|
|
|
|
)
|
|
|
|
(i32.const 0)
|
|
|
|
(f64.eq
|
|
|
|
(get_local $3)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 251)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const -128)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.shr_s
|
|
|
|
(i32.shl
|
|
|
|
(i32.const 128)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 264)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 127)
|
|
|
|
(i32.const 127)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 265)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const -32768)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.shr_s
|
|
|
|
(i32.shl
|
|
|
|
(i32.const 32768)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 266)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 32767)
|
|
|
|
(i32.const 32767)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 267)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const -2147483648)
|
2018-03-26 03:50:06 +02:00
|
|
|
(i32.const -2147483648)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 268)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 2147483647)
|
|
|
|
(i32.const 2147483647)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 269)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.const -9223372036854775808)
|
|
|
|
(i64.const -9223372036854775808)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 270)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.const 9223372036854775807)
|
|
|
|
(i64.const 9223372036854775807)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 271)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 273)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 255)
|
|
|
|
(i32.const 255)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 274)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 275)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 65535)
|
|
|
|
(i32.const 65535)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 276)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 277)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.eq
|
|
|
|
(i32.const -1)
|
|
|
|
(i32.const -1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 278)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.const 0)
|
|
|
|
(i64.const 0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 279)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.const -1)
|
|
|
|
(i64.const -1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 280)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 281)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 281)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 29)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 282)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 00:38:49 +01:00
|
|
|
(i32.const 282)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 29)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(f32.const -3402823466385288598117041e14)
|
2018-02-14 09:18:43 +01:00
|
|
|
(f32.const -3402823466385288598117041e14)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 284)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(f32.const 3402823466385288598117041e14)
|
|
|
|
(f32.const 3402823466385288598117041e14)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 285)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(f32.const -16777215)
|
|
|
|
(f32.const -16777215)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 286)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(f32.const 16777215)
|
|
|
|
(f32.const 16777215)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 287)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(f32.const 1.1920928955078125e-07)
|
|
|
|
(f32.const 1.1920928955078125e-07)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 288)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.eq
|
|
|
|
(f64.const -1797693134862315708145274e284)
|
|
|
|
(f64.const -1797693134862315708145274e284)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 289)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.eq
|
|
|
|
(f64.const 1797693134862315708145274e284)
|
|
|
|
(f64.const 1797693134862315708145274e284)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 290)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.eq
|
|
|
|
(f64.const -9007199254740991)
|
|
|
|
(f64.const -9007199254740991)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 291)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.eq
|
|
|
|
(f64.const 9007199254740991)
|
|
|
|
(f64.const 9007199254740991)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 292)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.eq
|
|
|
|
(f64.const 2.220446049250313e-16)
|
|
|
|
(f64.const 2.220446049250313e-16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 293)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.ne
|
|
|
|
(tee_local $3
|
|
|
|
(call $fmod
|
|
|
|
(f64.const 1)
|
|
|
|
(f64.const nan:0x8000000000000)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
|
|
|
(i32.const 28)
|
|
|
|
(i32.const 295)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-03-24 18:39:20 +01:00
|
|
|
(f64.eq
|
|
|
|
(call $fmod
|
|
|
|
(f64.const 1.5)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
(f64.const 0.5)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 296)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-03-24 18:39:20 +01:00
|
|
|
(f64.lt
|
|
|
|
(f64.sub
|
|
|
|
(call $fmod
|
|
|
|
(f64.const 9.2)
|
|
|
|
(f64.const 2)
|
|
|
|
)
|
|
|
|
(f64.const 1.2)
|
|
|
|
)
|
|
|
|
(f64.const 2.220446049250313e-16)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 297)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-03-24 18:39:20 +01:00
|
|
|
(f64.lt
|
|
|
|
(f64.sub
|
|
|
|
(call $fmod
|
|
|
|
(f64.const 9.2)
|
|
|
|
(f64.const 3.7)
|
|
|
|
)
|
|
|
|
(f64.const 1.8)
|
|
|
|
)
|
|
|
|
(f64.const 2.220446049250313e-16)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 298)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-03-24 18:39:20 +01:00
|
|
|
(f32.ne
|
|
|
|
(tee_local $2
|
|
|
|
(call $fmodf
|
|
|
|
(f32.const 1)
|
|
|
|
(f32.const nan:0x400000)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(get_local $2)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 300)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-03-24 18:39:20 +01:00
|
|
|
(f32.eq
|
|
|
|
(call $fmodf
|
|
|
|
(f32.const 1.5)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
(f32.const 0.5)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 301)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-03-24 18:39:20 +01:00
|
|
|
(f32.lt
|
|
|
|
(f32.sub
|
|
|
|
(call $fmodf
|
|
|
|
(f32.const 9.199999809265137)
|
|
|
|
(f32.const 2)
|
|
|
|
)
|
|
|
|
(f32.const 1.2000000476837158)
|
|
|
|
)
|
|
|
|
(f32.const 1.1920928955078125e-07)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 302)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-03-24 18:39:20 +01:00
|
|
|
(f32.lt
|
|
|
|
(f32.sub
|
|
|
|
(call $fmodf
|
|
|
|
(f32.const 9.199999809265137)
|
|
|
|
(f32.const 3.700000047683716)
|
|
|
|
)
|
|
|
|
(f32.const 1.7999999523162842)
|
|
|
|
)
|
|
|
|
(f32.const 1.1920928955078125e-07)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 303)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f64.eq
|
2018-03-24 18:39:20 +01:00
|
|
|
(call $fmod
|
|
|
|
(f64.const 1.5)
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
(f64.const 0.5)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 305)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
2018-03-24 18:39:20 +01:00
|
|
|
(f32.eq
|
|
|
|
(call $fmodf
|
|
|
|
(f32.const 1.5)
|
|
|
|
(f32.const 1)
|
|
|
|
)
|
|
|
|
(f32.const 0.5)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-02-14 09:18:43 +01:00
|
|
|
(i32.const 28)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 306)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-03-21 16:29:08 +01:00
|
|
|
(drop
|
|
|
|
(f64.ne
|
|
|
|
(tee_local $3
|
|
|
|
(f64.const 1)
|
|
|
|
)
|
|
|
|
(get_local $3)
|
|
|
|
)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(call $showcase/ANamespace.aNamespacedFunction
|
|
|
|
(get_global $showcase/ANamespace.aNamespacedGlobal)
|
|
|
|
)
|
|
|
|
(i32.const 42)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 42)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
2018-01-06 10:20:38 +01:00
|
|
|
(set_global $showcase/AnEnum.FORTYTWO
|
2018-01-05 18:19:32 +01:00
|
|
|
(get_global $showcase/aMutableGlobal)
|
|
|
|
)
|
2018-01-06 10:20:38 +01:00
|
|
|
(set_global $showcase/AnEnum.FORTYTHREE
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.add
|
2018-01-06 10:20:38 +01:00
|
|
|
(get_global $showcase/AnEnum.FORTYTWO)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 54)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 2)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 55)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 4)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 56)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.const 5)
|
|
|
|
(i32.const 5)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 57)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
2018-01-06 10:20:38 +01:00
|
|
|
(get_global $showcase/AnEnum.FORTYTWO)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 42)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 58)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
2018-01-06 10:20:38 +01:00
|
|
|
(get_global $showcase/AnEnum.FORTYTHREE)
|
2018-01-05 18:19:32 +01:00
|
|
|
(i32.const 43)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 59)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(block
|
|
|
|
(drop
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i32.const 3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(call $showcase/addGeneric<i32>
|
|
|
|
(i32.const 1)
|
|
|
|
(i32.const 2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(call $showcase/addGeneric<f32>
|
|
|
|
(f32.const 1)
|
|
|
|
(f32.const 2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(drop
|
|
|
|
(i64.clz
|
|
|
|
(i64.const 32768)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(nop)
|
|
|
|
(drop
|
|
|
|
(call $showcase/addGeneric<f64>
|
|
|
|
(f64.const 1)
|
|
|
|
(f64.const 2)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.store
|
|
|
|
(i32.const 8)
|
|
|
|
(i64.const 1229782938247303441)
|
|
|
|
)
|
|
|
|
(i64.store
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i64.const 2459565876494606882)
|
|
|
|
)
|
|
|
|
(i64.store
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(i64.const 3689348814741910323)
|
|
|
|
)
|
|
|
|
(i64.store
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
(i64.const 4919131752989213764)
|
|
|
|
)
|
|
|
|
(set_global $memcpy/dest
|
|
|
|
(call $memcpy/memcpy
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(i32.const 4)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $memcpy/dest)
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 151)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i64.const 1229783084848853777)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 152)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $memcpy/dest
|
|
|
|
(call $memcpy/memcpy
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 32)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $memcpy/dest)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 155)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i64.const 1229783084848853777)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 156)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.const 2459565876494606882)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 157)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.const 3689348814741910323)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 158)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.const 4919131752989213764)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 159)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $memcpy/dest
|
|
|
|
(call $memcpy/memcpy
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 5)
|
|
|
|
)
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 28)
|
|
|
|
)
|
|
|
|
(i32.const 3)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i64.const 4919131679688438545)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 162)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $memcpy/dest
|
|
|
|
(call $memcpy/memcpy
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
(i32.const 15)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i64.const 4919131679688438545)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 165)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.const 3689348814741910323)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 166)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 16)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.const 3694152654344438852)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 167)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i64.eq
|
|
|
|
(i64.load
|
|
|
|
(i32.add
|
|
|
|
(i32.const 8)
|
|
|
|
(i32.const 24)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(i64.const 4919131752989213764)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 92)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 168)
|
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(i32.store
|
|
|
|
(get_global $showcase/aClassInstance)
|
|
|
|
(i32.const 42)
|
|
|
|
)
|
|
|
|
(f32.store offset=4
|
|
|
|
(get_global $showcase/aClassInstance)
|
|
|
|
(f32.const 9e3)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(i32.load
|
|
|
|
(i32.const 8)
|
|
|
|
)
|
|
|
|
(i32.const 42)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 103)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(f32.load
|
|
|
|
(i32.const 12)
|
|
|
|
)
|
|
|
|
(f32.const 9e3)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 104)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(call $showcase/ADerivedClass#set:aWildAccessorAppears
|
|
|
|
(get_global $showcase/aClassInstance)
|
|
|
|
(f32.const 123)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(f32.eq
|
|
|
|
(call $showcase/ADerivedClass#get:aWildAccessorAppears
|
|
|
|
(get_global $showcase/aClassInstance)
|
|
|
|
)
|
|
|
|
(f32.const 123)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 107)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
(set_global $showcase/AClass.aStaticField
|
|
|
|
(get_global $showcase/aClassInstance)
|
|
|
|
)
|
|
|
|
(if
|
|
|
|
(i32.eqz
|
|
|
|
(i32.eq
|
|
|
|
(get_global $showcase/AClass.aStaticField)
|
|
|
|
(get_global $showcase/aClassInstance)
|
|
|
|
)
|
|
|
|
)
|
2018-02-04 07:51:40 +01:00
|
|
|
(block
|
|
|
|
(call $abort
|
|
|
|
(i32.const 0)
|
2018-03-17 12:54:37 +01:00
|
|
|
(i32.const 64)
|
2018-03-24 18:39:20 +01:00
|
|
|
(i32.const 110)
|
2018-02-04 07:51:40 +01:00
|
|
|
(i32.const 0)
|
|
|
|
)
|
|
|
|
(unreachable)
|
|
|
|
)
|
2018-01-05 18:19:32 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|