function writeUint32()

in src/index.js [326:329]


  function writeUint32(d) {
    dv.setUint32(p, d, true);
    p += 4;
  }