starlight icon indicating copy to clipboard operation
starlight copied to clipboard

Typed arrays

Open playXE opened this issue 4 years ago • 1 comments

  • [x] ArrayBuffer
  • [ ] DataView
    • [x] Define DataView type
    • [x] Add functions necessary to reverse order of values that we read or write from/to DataView
    • [x] Add all the DataView JS functions
    • [ ] Serialization and deserialization of data view
  • [ ] Typed Arrays
    • [ ] Define typed arrays
    • [ ] Add all the typed arrays JS functions

playXE avatar Jul 03 '21 12:07 playXE

DataView type is implemented and now only typed arrays are left...

playXE avatar Jul 05 '21 12:07 playXE