in src/index.js [319:324]
function writeString(s) { for (var i = 0; i < s.length; i++) { dv.setUint8(p + i, s.charCodeAt(i)); } p += s.length; }