mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 07:02:13 +00:00
172 lines
2.6 KiB
Plaintext
172 lines
2.6 KiB
Plaintext
(module
|
|
(type $iiiiv (func (param i32 i32 i32 i32)))
|
|
(type $i (func (result i32)))
|
|
(type $v (func))
|
|
(import "env" "abort" (func $abort (param i32 i32 i32 i32)))
|
|
(global $for/i (mut i32) (i32.const 0))
|
|
(global $HEAP_BASE i32 (i32.const 20))
|
|
(memory $0 1)
|
|
(data (i32.const 4) "\06\00\00\00f\00o\00r\00.\00t\00s\00")
|
|
(export "memory" (memory $0))
|
|
(start $start)
|
|
(func $start (; 1 ;) (type $v)
|
|
(local $0 i32)
|
|
(block $break|0
|
|
(set_global $for/i
|
|
(i32.const 0)
|
|
)
|
|
(loop $continue|0
|
|
(if
|
|
(i32.lt_s
|
|
(get_global $for/i)
|
|
(i32.const 10)
|
|
)
|
|
(block
|
|
(block
|
|
(nop)
|
|
)
|
|
(set_global $for/i
|
|
(i32.add
|
|
(get_global $for/i)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br $continue|0)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eqz
|
|
(i32.eq
|
|
(get_global $for/i)
|
|
(i32.const 10)
|
|
)
|
|
)
|
|
(block
|
|
(call $abort
|
|
(i32.const 0)
|
|
(i32.const 4)
|
|
(i32.const 5)
|
|
(i32.const 0)
|
|
)
|
|
(unreachable)
|
|
)
|
|
)
|
|
(block $break|1
|
|
(set_local $0
|
|
(i32.const 0)
|
|
)
|
|
(loop $continue|1
|
|
(if
|
|
(i32.lt_s
|
|
(get_local $0)
|
|
(i32.const 10)
|
|
)
|
|
(block
|
|
(block
|
|
(nop)
|
|
)
|
|
(set_local $0
|
|
(i32.add
|
|
(get_local $0)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br $continue|1)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(block $break|2
|
|
(nop)
|
|
(loop $continue|2
|
|
(if
|
|
(i32.gt_s
|
|
(get_global $for/i)
|
|
(i32.const 0)
|
|
)
|
|
(block
|
|
(nop)
|
|
(set_global $for/i
|
|
(i32.sub
|
|
(get_global $for/i)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br $continue|2)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(if
|
|
(i32.eqz
|
|
(i32.eq
|
|
(get_global $for/i)
|
|
(i32.const 0)
|
|
)
|
|
)
|
|
(block
|
|
(call $abort
|
|
(i32.const 0)
|
|
(i32.const 4)
|
|
(i32.const 12)
|
|
(i32.const 0)
|
|
)
|
|
(unreachable)
|
|
)
|
|
)
|
|
(block $break|3
|
|
(nop)
|
|
(loop $continue|3
|
|
(if
|
|
(i32.const 1)
|
|
(block
|
|
(if
|
|
(i32.eq
|
|
(get_global $for/i)
|
|
(i32.const 10)
|
|
)
|
|
(br $break|3)
|
|
)
|
|
(set_global $for/i
|
|
(i32.add
|
|
(get_global $for/i)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(br $continue|3)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
(block $break|4
|
|
(nop)
|
|
(loop $continue|4
|
|
(if
|
|
(i32.const 1)
|
|
(block
|
|
(if
|
|
(i32.eq
|
|
(block (result i32)
|
|
(set_global $for/i
|
|
(i32.sub
|
|
(get_global $for/i)
|
|
(i32.const 1)
|
|
)
|
|
)
|
|
(get_global $for/i)
|
|
)
|
|
(i32.const 0)
|
|
)
|
|
(br $break|4)
|
|
)
|
|
(nop)
|
|
(br $continue|4)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|
|
)
|