Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typed arrays #72

Open
4 of 9 tasks
playXE opened this issue Jul 3, 2021 · 1 comment
Open
4 of 9 tasks

Typed arrays #72

playXE opened this issue Jul 3, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@playXE
Copy link
Collaborator

playXE commented Jul 3, 2021

  • ArrayBuffer
  • DataView
    • Define DataView type
    • Add functions necessary to reverse order of values that we read or write from/to DataView
    • 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 playXE added the enhancement New feature or request label Jul 3, 2021
@playXE playXE self-assigned this Jul 3, 2021
@playXE
Copy link
Collaborator Author

playXE commented Jul 5, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant