mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 09:21:35 +00:00
Add a more convenient tracing utility for debugging; Fix basic GC test
This commit is contained in:
@ -2700,6 +2700,7 @@ export function compileCall(
|
||||
}
|
||||
}
|
||||
}
|
||||
compiler.currentType = Type.void;
|
||||
return exprs.length
|
||||
? module.createBlock(null, exprs)
|
||||
: module.createNop();
|
||||
|
Reference in New Issue
Block a user