mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-23 03:31:44 +00:00
Revised implicit type conversions; Initial function expression compilation
This commit is contained in:
@ -2193,9 +2193,7 @@
|
||||
(get_local $2)
|
||||
(i32.const 1)
|
||||
)
|
||||
(i32.load offset=8
|
||||
(get_local $0)
|
||||
)
|
||||
(get_local $3)
|
||||
)
|
||||
(call "$(lib)/memory/move_memory"
|
||||
(i32.add
|
||||
@ -2221,9 +2219,7 @@
|
||||
)
|
||||
(i32.sub
|
||||
(i32.sub
|
||||
(i32.load offset=8
|
||||
(get_local $0)
|
||||
)
|
||||
(get_local $3)
|
||||
(get_local $2)
|
||||
)
|
||||
(i32.const 1)
|
||||
|
Reference in New Issue
Block a user