mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-28 22:21:50 +00:00
Add memcpy compiler test
This commit is contained in:
@ -131,7 +131,7 @@
|
||||
(set_local $1
|
||||
(i32.const 0)
|
||||
)
|
||||
(loop $continue|1.1
|
||||
(loop $continue|0
|
||||
(if
|
||||
(i32.lt_s
|
||||
(get_local $1)
|
||||
@ -176,7 +176,7 @@
|
||||
(set_local $2
|
||||
(i32.const 0)
|
||||
)
|
||||
(loop $continue|1.2
|
||||
(loop $continue|1
|
||||
(if
|
||||
(i32.lt_s
|
||||
(get_local $2)
|
||||
@ -195,7 +195,7 @@
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $continue|1.2)
|
||||
(br $continue|1)
|
||||
)
|
||||
)
|
||||
)
|
||||
@ -205,7 +205,7 @@
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $continue|1.1)
|
||||
(br $continue|0)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user