mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-14 15:31:31 +00:00
Use long.js in JS and native i64 in WASM; Compile literals more thoroughly
This commit is contained in:
@ -106,7 +106,7 @@ tests.forEach(filename => {
|
||||
}, err => {
|
||||
console.log();
|
||||
if (err)
|
||||
stderr.write(err + os.EOL);
|
||||
stderr.write(err.stack + os.EOL);
|
||||
|
||||
// Instantiate
|
||||
try {
|
||||
|
Reference in New Issue
Block a user