slowly but steadily

This commit is contained in:
dcode
2019-03-12 04:35:01 +01:00
parent 8e9586783f
commit 36d54d63d5
11 changed files with 268 additions and 641 deletions

View File

@ -355,7 +355,8 @@ import {
// split by chars
length = min<isize>(length, <isize>limit);
let result = new Array<String>(length);
let buffer = <ArrayBuffer>result.buffer_;
let buffer = unreachable(); // TODO
// let buffer = <ArrayBuffer>result.buffer_;
for (let i: isize = 0; i < length; ++i) {
let char = ALLOC(2);
store<u16>(