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

Help Boa have easier efficient conversions from Vec<numType> to JsTypedArray #432

Closed
Tracked by #80
lastmjs opened this issue Jun 21, 2022 · 1 comment
Closed
Tracked by #80
Assignees
Milestone

Comments

@lastmjs
Copy link
Member

lastmjs commented Jun 21, 2022

We want to be able to convert any Vec<numType> where numType is u8, u16, u32 etc to JS Uint8Array, Uint16Array etc. Right now we have a small change in a branch off of boa that allows us to convert a Vec<u8> into a JsObject that is a Uint8Array under the hood. It would be nice to upstream the change and have this work generally. There are some problems though as described here: boa-dev/boa#2058 (comment)

@lastmjs lastmjs self-assigned this Jun 21, 2022
@lastmjs lastmjs modified the milestones: 2.0, 1.0 Jun 21, 2022
@lastmjs
Copy link
Member Author

lastmjs commented Jan 15, 2024

We don't use Boa

@lastmjs lastmjs closed this as completed Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant