mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 00:11:28 +00:00
More built-in constants; Get/set parsing fixes; I64.toF64 fixes
This commit is contained in:
@ -43,9 +43,6 @@ var pson = {
|
||||
},
|
||||
onBinary: function(offset, length) {
|
||||
console.log("binary(length=" + length + "): " + mem.slice(offset, offset + length));
|
||||
},
|
||||
onTruncated: function() {
|
||||
console.log("buffer is truncated :-(");
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user