mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-20 10:16:37 +00:00
Update internal ABI to zero/sign-extend where necessary only (#87)
This commit is contained in:
@ -296,7 +296,10 @@
|
||||
)
|
||||
(tee_local $1
|
||||
(i32.mul
|
||||
(get_local $1)
|
||||
(i32.and
|
||||
(get_local $1)
|
||||
(i32.const 255)
|
||||
)
|
||||
(i32.const 16843009)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user