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

Adding in to_vec method for typed arrays #1844

Merged
merged 2 commits into from
Oct 29, 2019

Conversation

Pauan
Copy link
Contributor

@Pauan Pauan commented Oct 29, 2019

I noticed that some people needed to copy from a typed array into a Vec, and currently this is a bit awkward to do, so this adds in a to_vec method which makes it easy.

@alexcrichton alexcrichton merged commit 1f51831 into rustwasm:master Oct 29, 2019
@alexcrichton
Copy link
Contributor

Nice!

@Pauan Pauan deleted the typed-array-to-vec branch October 30, 2019 00:26
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

Successfully merging this pull request may close these issues.

2 participants