2018-04-19 17:32:23 +02:00
|
|
|
(module
|
2018-04-20 15:36:01 +02:00
|
|
|
(type $iiiiv (func (param i32 i32 i32 i32)))
|
2018-04-20 05:06:05 +02:00
|
|
|
(type $FF (func (param f64) (result f64)))
|
2018-09-17 01:48:35 +02:00
|
|
|
(type $v (func))
|
2018-06-28 01:44:32 +02:00
|
|
|
(memory $0 0)
|
2018-11-08 08:04:24 +01:00
|
|
|
(table $0 1 anyfunc)
|
2018-10-11 08:49:08 +02:00
|
|
|
(elem (i32.const 0) $null)
|
2018-04-19 17:32:23 +02:00
|
|
|
(export "memory" (memory $0))
|
2018-10-11 08:49:08 +02:00
|
|
|
(export "table" (table $0))
|
2018-07-18 23:49:32 +02:00
|
|
|
(export "computeLine" (func $../../examples/mandelbrot/assembly/index/computeLine))
|
2018-11-08 08:04:24 +01:00
|
|
|
(func $~lib/math/NativeMath.log (; 0 ;) (type $FF) (param $0 f64) (result f64)
|
2018-04-20 18:56:51 +02:00
|
|
|
(local $1 i32)
|
|
|
|
(local $2 i32)
|
2018-06-09 14:05:33 +02:00
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i64)
|
|
|
|
(local $5 f64)
|
2018-04-20 18:56:51 +02:00
|
|
|
(local $6 f64)
|
|
|
|
(local $7 f64)
|
2018-11-08 08:04:24 +01:00
|
|
|
get_local $0
|
|
|
|
i64.reinterpret/f64
|
|
|
|
tee_local $4
|
|
|
|
i64.const 32
|
|
|
|
i64.shr_u
|
|
|
|
i32.wrap/i64
|
|
|
|
tee_local $1
|
|
|
|
i32.const 1048576
|
|
|
|
i32.lt_u
|
|
|
|
tee_local $2
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
get_local $1
|
|
|
|
i32.const 31
|
|
|
|
i32.shr_u
|
|
|
|
set_local $2
|
|
|
|
end
|
|
|
|
get_local $2
|
|
|
|
if
|
|
|
|
get_local $4
|
|
|
|
i64.const 1
|
|
|
|
i64.shl
|
|
|
|
i64.const 0
|
|
|
|
i64.eq
|
|
|
|
if
|
|
|
|
f64.const -1
|
|
|
|
get_local $0
|
|
|
|
get_local $0
|
|
|
|
f64.mul
|
|
|
|
f64.div
|
|
|
|
return
|
|
|
|
end
|
|
|
|
get_local $1
|
|
|
|
i32.const 31
|
|
|
|
i32.shr_u
|
|
|
|
if
|
|
|
|
get_local $0
|
|
|
|
get_local $0
|
|
|
|
f64.sub
|
|
|
|
f64.const 0
|
|
|
|
f64.div
|
|
|
|
return
|
|
|
|
end
|
|
|
|
i32.const -54
|
|
|
|
set_local $3
|
|
|
|
get_local $0
|
|
|
|
f64.const 18014398509481984
|
|
|
|
f64.mul
|
|
|
|
i64.reinterpret/f64
|
|
|
|
tee_local $4
|
|
|
|
i64.const 32
|
|
|
|
i64.shr_u
|
|
|
|
i32.wrap/i64
|
|
|
|
set_local $1
|
|
|
|
else
|
|
|
|
get_local $1
|
|
|
|
i32.const 2146435072
|
|
|
|
i32.ge_u
|
|
|
|
if
|
|
|
|
get_local $0
|
|
|
|
return
|
|
|
|
else
|
|
|
|
get_local $1
|
|
|
|
i32.const 1072693248
|
|
|
|
i32.eq
|
|
|
|
tee_local $2
|
|
|
|
if
|
|
|
|
get_local $4
|
|
|
|
i64.const 32
|
|
|
|
i64.shl
|
|
|
|
i64.const 0
|
|
|
|
i64.eq
|
|
|
|
set_local $2
|
|
|
|
end
|
|
|
|
get_local $2
|
|
|
|
if
|
|
|
|
f64.const 0
|
|
|
|
return
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
get_local $1
|
|
|
|
i32.const 614242
|
|
|
|
i32.add
|
|
|
|
tee_local $1
|
|
|
|
i32.const 20
|
|
|
|
i32.shr_s
|
|
|
|
i32.const 1023
|
|
|
|
i32.sub
|
2018-12-01 03:09:43 +01:00
|
|
|
get_local $3
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.add
|
|
|
|
set_local $3
|
2018-12-01 03:09:43 +01:00
|
|
|
get_local $4
|
|
|
|
i64.const 4294967295
|
|
|
|
i64.and
|
2018-11-08 08:04:24 +01:00
|
|
|
get_local $1
|
|
|
|
i32.const 1048575
|
|
|
|
i32.and
|
|
|
|
i32.const 1072079006
|
|
|
|
i32.add
|
|
|
|
i64.extend_u/i32
|
|
|
|
i64.const 32
|
|
|
|
i64.shl
|
|
|
|
i64.or
|
|
|
|
f64.reinterpret/i64
|
|
|
|
f64.const 1
|
|
|
|
f64.sub
|
|
|
|
tee_local $5
|
|
|
|
f64.const 2
|
|
|
|
get_local $5
|
|
|
|
f64.add
|
|
|
|
f64.div
|
|
|
|
tee_local $6
|
|
|
|
get_local $6
|
|
|
|
f64.mul
|
|
|
|
tee_local $7
|
|
|
|
get_local $7
|
|
|
|
f64.mul
|
|
|
|
set_local $0
|
|
|
|
get_local $6
|
|
|
|
f64.const 0.5
|
|
|
|
get_local $5
|
|
|
|
f64.mul
|
|
|
|
get_local $5
|
|
|
|
f64.mul
|
|
|
|
tee_local $6
|
|
|
|
get_local $7
|
|
|
|
f64.const 0.6666666666666735
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.2857142874366239
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.1818357216161805
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.14798198605116586
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.3999999999940942
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.22222198432149784
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.15313837699209373
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
get_local $3
|
|
|
|
f64.convert_s/i32
|
|
|
|
tee_local $0
|
|
|
|
f64.const 1.9082149292705877e-10
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
get_local $6
|
|
|
|
f64.sub
|
|
|
|
get_local $5
|
|
|
|
f64.add
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.6931471803691238
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
2018-04-20 18:56:51 +02:00
|
|
|
)
|
2019-01-09 18:26:31 +02:00
|
|
|
(func $~lib/math/NativeMath.log2 (; 1 ;) (type $FF) (param $0 f64) (result f64)
|
|
|
|
(local $1 f64)
|
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i64)
|
|
|
|
(local $6 f64)
|
|
|
|
(local $7 f64)
|
|
|
|
(local $8 f64)
|
|
|
|
get_local $0
|
|
|
|
i64.reinterpret/f64
|
|
|
|
tee_local $5
|
|
|
|
i64.const 32
|
|
|
|
i64.shr_u
|
|
|
|
i32.wrap/i64
|
|
|
|
tee_local $2
|
|
|
|
i32.const 1048576
|
|
|
|
i32.lt_u
|
|
|
|
tee_local $3
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
get_local $2
|
|
|
|
i32.const 31
|
|
|
|
i32.shr_u
|
|
|
|
set_local $3
|
|
|
|
end
|
|
|
|
get_local $3
|
|
|
|
if
|
|
|
|
get_local $5
|
|
|
|
i64.const 1
|
|
|
|
i64.shl
|
|
|
|
i64.const 0
|
|
|
|
i64.eq
|
|
|
|
if
|
|
|
|
f64.const -1
|
|
|
|
get_local $0
|
|
|
|
get_local $0
|
|
|
|
f64.mul
|
|
|
|
f64.div
|
|
|
|
return
|
|
|
|
end
|
|
|
|
get_local $2
|
|
|
|
i32.const 31
|
|
|
|
i32.shr_u
|
|
|
|
if
|
|
|
|
get_local $0
|
|
|
|
get_local $0
|
|
|
|
f64.sub
|
|
|
|
f64.const 0
|
|
|
|
f64.div
|
|
|
|
return
|
|
|
|
end
|
|
|
|
i32.const -54
|
|
|
|
set_local $4
|
|
|
|
get_local $0
|
|
|
|
f64.const 18014398509481984
|
|
|
|
f64.mul
|
|
|
|
i64.reinterpret/f64
|
|
|
|
tee_local $5
|
|
|
|
i64.const 32
|
|
|
|
i64.shr_u
|
|
|
|
i32.wrap/i64
|
|
|
|
set_local $2
|
|
|
|
else
|
|
|
|
get_local $2
|
|
|
|
i32.const 2146435072
|
|
|
|
i32.ge_u
|
|
|
|
if
|
|
|
|
get_local $0
|
|
|
|
return
|
|
|
|
else
|
|
|
|
get_local $2
|
|
|
|
i32.const 1072693248
|
|
|
|
i32.eq
|
|
|
|
tee_local $3
|
|
|
|
if
|
|
|
|
get_local $5
|
|
|
|
i64.const 32
|
|
|
|
i64.shl
|
|
|
|
i64.const 0
|
|
|
|
i64.eq
|
|
|
|
set_local $3
|
|
|
|
end
|
|
|
|
get_local $3
|
|
|
|
if
|
|
|
|
f64.const 0
|
|
|
|
return
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
get_local $2
|
|
|
|
i32.const 614242
|
|
|
|
i32.add
|
|
|
|
tee_local $2
|
|
|
|
i32.const 20
|
|
|
|
i32.shr_u
|
|
|
|
i32.const 1023
|
|
|
|
i32.sub
|
|
|
|
get_local $4
|
|
|
|
i32.add
|
|
|
|
set_local $4
|
|
|
|
get_local $5
|
|
|
|
i64.const 4294967295
|
|
|
|
i64.and
|
|
|
|
get_local $2
|
|
|
|
i32.const 1048575
|
|
|
|
i32.and
|
|
|
|
i32.const 1072079006
|
|
|
|
i32.add
|
|
|
|
i64.extend_u/i32
|
|
|
|
i64.const 32
|
|
|
|
i64.shl
|
|
|
|
i64.or
|
|
|
|
f64.reinterpret/i64
|
|
|
|
f64.const 1
|
|
|
|
f64.sub
|
|
|
|
tee_local $1
|
|
|
|
f64.const 2
|
|
|
|
get_local $1
|
|
|
|
f64.add
|
|
|
|
f64.div
|
|
|
|
tee_local $6
|
|
|
|
get_local $6
|
|
|
|
f64.mul
|
|
|
|
tee_local $7
|
|
|
|
get_local $7
|
|
|
|
f64.mul
|
|
|
|
set_local $0
|
|
|
|
get_local $1
|
|
|
|
get_local $1
|
|
|
|
f64.const 0.5
|
|
|
|
get_local $1
|
|
|
|
f64.mul
|
|
|
|
get_local $1
|
|
|
|
f64.mul
|
|
|
|
tee_local $1
|
|
|
|
f64.sub
|
|
|
|
i64.reinterpret/f64
|
|
|
|
i64.const -4294967296
|
|
|
|
i64.and
|
|
|
|
f64.reinterpret/i64
|
|
|
|
tee_local $8
|
|
|
|
f64.sub
|
|
|
|
get_local $1
|
|
|
|
f64.sub
|
|
|
|
get_local $6
|
|
|
|
get_local $1
|
|
|
|
get_local $7
|
|
|
|
f64.const 0.6666666666666735
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.2857142874366239
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.1818357216161805
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.14798198605116586
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.3999999999940942
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.22222198432149784
|
|
|
|
get_local $0
|
|
|
|
f64.const 0.15313837699209373
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
f64.add
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
tee_local $0
|
|
|
|
get_local $8
|
|
|
|
f64.add
|
|
|
|
f64.const 1.6751713164886512e-10
|
|
|
|
f64.mul
|
|
|
|
get_local $0
|
|
|
|
f64.const 1.4426950407214463
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
set_local $6
|
|
|
|
get_local $4
|
|
|
|
f64.convert_s/i32
|
|
|
|
tee_local $7
|
|
|
|
get_local $8
|
|
|
|
f64.const 1.4426950407214463
|
|
|
|
f64.mul
|
|
|
|
tee_local $1
|
|
|
|
f64.add
|
|
|
|
set_local $0
|
|
|
|
get_local $6
|
|
|
|
get_local $7
|
|
|
|
get_local $0
|
|
|
|
f64.sub
|
|
|
|
get_local $1
|
|
|
|
f64.add
|
|
|
|
f64.add
|
|
|
|
get_local $0
|
|
|
|
f64.add
|
|
|
|
)
|
|
|
|
(func $../../examples/mandelbrot/assembly/index/computeLine (; 2 ;) (type $iiiiv) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32)
|
2018-04-20 05:06:05 +02:00
|
|
|
(local $4 f64)
|
2018-04-20 15:36:01 +02:00
|
|
|
(local $5 f64)
|
2018-06-09 14:05:33 +02:00
|
|
|
(local $6 f64)
|
2019-01-09 13:02:47 +01:00
|
|
|
(local $7 i32)
|
|
|
|
(local $8 f64)
|
2018-04-20 18:56:51 +02:00
|
|
|
(local $9 f64)
|
2018-04-19 17:32:23 +02:00
|
|
|
(local $10 f64)
|
|
|
|
(local $11 f64)
|
|
|
|
(local $12 f64)
|
2019-01-09 18:26:31 +02:00
|
|
|
(local $13 f64)
|
|
|
|
(local $14 f64)
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.const 10
|
|
|
|
f64.const 3
|
2019-01-09 18:26:31 +02:00
|
|
|
get_local $1
|
|
|
|
f64.convert_u/i32
|
|
|
|
tee_local $8
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.mul
|
|
|
|
f64.const 4
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $2
|
|
|
|
f64.convert_u/i32
|
|
|
|
tee_local $4
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.mul
|
|
|
|
f64.min
|
|
|
|
f64.div
|
|
|
|
set_local $9
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $0
|
|
|
|
f64.convert_u/i32
|
|
|
|
get_local $4
|
2019-01-09 18:26:31 +02:00
|
|
|
f64.const 0.5
|
|
|
|
f64.mul
|
2019-01-09 13:02:47 +01:00
|
|
|
f64.sub
|
|
|
|
get_local $9
|
|
|
|
f64.mul
|
|
|
|
set_local $10
|
2019-01-09 18:26:31 +02:00
|
|
|
get_local $8
|
|
|
|
f64.const 0.625
|
|
|
|
f64.mul
|
|
|
|
get_local $9
|
|
|
|
f64.mul
|
|
|
|
set_local $12
|
|
|
|
get_local $0
|
|
|
|
get_local $1
|
|
|
|
i32.mul
|
|
|
|
i32.const 1
|
|
|
|
i32.shl
|
|
|
|
set_local $0
|
|
|
|
f64.const 1
|
|
|
|
get_local $3
|
|
|
|
f64.convert_u/i32
|
|
|
|
tee_local $6
|
|
|
|
f64.div
|
|
|
|
set_local $13
|
|
|
|
f64.const 8
|
|
|
|
get_local $6
|
|
|
|
f64.min
|
|
|
|
set_local $8
|
2018-11-23 15:20:52 +01:00
|
|
|
loop $repeat|0
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $7
|
2018-11-23 15:20:52 +01:00
|
|
|
get_local $1
|
|
|
|
i32.lt_u
|
|
|
|
if
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $7
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.convert_u/i32
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $9
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.mul
|
2019-01-09 18:26:31 +02:00
|
|
|
get_local $12
|
|
|
|
f64.sub
|
2019-01-09 13:02:47 +01:00
|
|
|
set_local $11
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.const 0
|
|
|
|
set_local $4
|
|
|
|
f64.const 0
|
|
|
|
set_local $5
|
|
|
|
i32.const 0
|
|
|
|
set_local $2
|
2018-11-23 15:20:52 +01:00
|
|
|
loop $continue|1
|
|
|
|
get_local $4
|
|
|
|
get_local $4
|
|
|
|
f64.mul
|
2019-01-09 18:26:31 +02:00
|
|
|
tee_local $14
|
2018-11-23 15:20:52 +01:00
|
|
|
get_local $5
|
|
|
|
get_local $5
|
|
|
|
f64.mul
|
2019-01-09 18:26:31 +02:00
|
|
|
tee_local $6
|
2018-11-23 15:20:52 +01:00
|
|
|
f64.add
|
|
|
|
f64.const 4
|
|
|
|
f64.le
|
|
|
|
if
|
|
|
|
block $break|1
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.const 2
|
|
|
|
get_local $4
|
|
|
|
f64.mul
|
|
|
|
get_local $5
|
|
|
|
f64.mul
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $10
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.add
|
|
|
|
set_local $5
|
2019-01-09 18:26:31 +02:00
|
|
|
get_local $14
|
2018-11-08 08:04:24 +01:00
|
|
|
get_local $6
|
|
|
|
f64.sub
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $11
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.add
|
|
|
|
set_local $4
|
|
|
|
get_local $2
|
|
|
|
get_local $3
|
|
|
|
i32.ge_u
|
|
|
|
br_if $break|1
|
|
|
|
get_local $2
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
set_local $2
|
|
|
|
br $continue|1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
2019-01-09 18:26:31 +02:00
|
|
|
loop $continue|2
|
2018-12-01 03:09:43 +01:00
|
|
|
get_local $2
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.convert_u/i32
|
2019-01-09 18:26:31 +02:00
|
|
|
get_local $8
|
2018-12-01 03:09:43 +01:00
|
|
|
f64.lt
|
|
|
|
if
|
2018-11-08 08:04:24 +01:00
|
|
|
get_local $4
|
|
|
|
get_local $4
|
|
|
|
f64.mul
|
|
|
|
get_local $5
|
|
|
|
get_local $5
|
|
|
|
f64.mul
|
|
|
|
f64.sub
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $11
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.add
|
2019-01-09 18:26:31 +02:00
|
|
|
set_local $6
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.const 2
|
|
|
|
get_local $4
|
|
|
|
f64.mul
|
|
|
|
get_local $5
|
|
|
|
f64.mul
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $10
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.add
|
|
|
|
set_local $5
|
2019-01-09 18:26:31 +02:00
|
|
|
get_local $6
|
2018-11-08 08:04:24 +01:00
|
|
|
set_local $4
|
|
|
|
get_local $2
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
set_local $2
|
2019-01-09 18:26:31 +02:00
|
|
|
br $continue|2
|
2018-11-08 08:04:24 +01:00
|
|
|
end
|
|
|
|
end
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $7
|
2018-11-09 12:28:10 +01:00
|
|
|
i32.const 1
|
|
|
|
i32.shl
|
2019-01-09 18:26:31 +02:00
|
|
|
get_local $0
|
|
|
|
i32.add
|
2018-11-08 08:04:24 +01:00
|
|
|
get_local $4
|
|
|
|
get_local $4
|
|
|
|
f64.mul
|
|
|
|
get_local $5
|
|
|
|
get_local $5
|
|
|
|
f64.mul
|
|
|
|
f64.add
|
|
|
|
tee_local $6
|
2019-01-09 18:26:31 +02:00
|
|
|
f64.const 1
|
|
|
|
f64.gt
|
2018-11-08 08:04:24 +01:00
|
|
|
if (result i32)
|
|
|
|
f64.const 2047
|
|
|
|
get_local $2
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
f64.convert_u/i32
|
2019-01-09 18:26:31 +02:00
|
|
|
f64.const 0.5
|
2018-11-08 08:04:24 +01:00
|
|
|
get_local $6
|
2019-01-09 18:26:31 +02:00
|
|
|
call $~lib/math/NativeMath.log
|
|
|
|
f64.mul
|
|
|
|
call $~lib/math/NativeMath.log2
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.sub
|
2019-01-09 18:26:31 +02:00
|
|
|
get_local $13
|
|
|
|
f64.mul
|
2018-11-09 12:28:10 +01:00
|
|
|
f64.const 0
|
|
|
|
f64.max
|
|
|
|
f64.const 1
|
|
|
|
f64.min
|
2018-11-08 08:04:24 +01:00
|
|
|
f64.mul
|
|
|
|
i32.trunc_u/f64
|
|
|
|
else
|
|
|
|
i32.const 2047
|
|
|
|
end
|
|
|
|
i32.store16
|
2019-01-09 13:02:47 +01:00
|
|
|
get_local $7
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 1
|
|
|
|
i32.add
|
2019-01-09 13:02:47 +01:00
|
|
|
set_local $7
|
2018-11-08 08:04:24 +01:00
|
|
|
br $repeat|0
|
|
|
|
end
|
|
|
|
end
|
2018-04-19 17:32:23 +02:00
|
|
|
)
|
2019-01-09 18:26:31 +02:00
|
|
|
(func $null (; 3 ;) (type $v)
|
2018-11-08 08:04:24 +01:00
|
|
|
nop
|
2018-09-17 01:48:35 +02:00
|
|
|
)
|
2018-04-19 17:32:23 +02:00
|
|
|
)
|