mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 04:01:46 +00:00
Add a 'call_indirect' builtin to emit arbitrary calls (might trap at runtime); Optimize 'for' loop compilation a bit
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
(set_local $1
|
||||
(i32.const 10)
|
||||
)
|
||||
(loop $loop|0
|
||||
(loop $repeat|0
|
||||
(br_if $break|0
|
||||
(i32.ge_s
|
||||
(get_local $0)
|
||||
@ -59,7 +59,7 @@
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $loop|0)
|
||||
(br $repeat|0)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user