You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that only reason protons library needs to allocate and pass around DataView objects along with Uint8Arrays is to use following methods:
setUint32
getInt32
setFloat32
getFloat32
setFloat64
getFloat64
It seem like it would be a good idea to expose them as static functions from these library so they could be used without having to deal with that in cases like this ipfs/protons#14 (comment)