mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 19:21:47 +00:00
Preliminary strings
While not well-wrought, it's at least possible now to log some stuff when debugging
This commit is contained in:
@ -53,7 +53,7 @@ function test(file) {
|
||||
tlsf.check_pool(0);
|
||||
}
|
||||
} finally {
|
||||
mem(tlsf.memory, 0, 4096);
|
||||
// mem(tlsf.memory, 0, 4096);
|
||||
console.log("memSize=" + memSize);
|
||||
}
|
||||
console.log();
|
||||
|
Reference in New Issue
Block a user