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

Optimize JS-WASM data transfer and API #37

Open
takahirox opened this issue Nov 29, 2019 · 1 comment
Open

Optimize JS-WASM data transfer and API #37

takahirox opened this issue Nov 29, 2019 · 1 comment

Comments

@takahirox
Copy link
Owner

We should optimize JS-WASM data transfer and API. Currently pixel data and audio sample buffer are copied twice each. One in WASM side and another onc in JS side.

@takahirox
Copy link
Owner Author

Optimized. Buffers are copied once.

If I could dynamically share buffer between WASM and JS, no copy is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant