mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 03:01:55 +00:00
Update internal ABI to zero/sign-extend where necessary only (#87)
This commit is contained in:
@ -7,5 +7,4 @@ assert(0x100000000);
|
||||
assert(0x100000000 > 1);
|
||||
|
||||
// can be used as an expression
|
||||
if (!assert(true, "must be true"))
|
||||
unreachable();
|
||||
if (!assert(true, "must be true")) unreachable();
|
||||
|
Reference in New Issue
Block a user