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

Request for library: mpsc channels library built on top of the postMessage API #163

Open
fitzgen opened this issue Apr 25, 2018 · 2 comments

Comments

@fitzgen
Copy link
Member

fitzgen commented Apr 25, 2018

This could allow wasm to talk to js via CSP style message passing, different wasm instances to talk to each other without sharing memory, the wasm instances might even be in different threads by using web workers.

Would be awesome to see someone experiment with this by making a library!

@sendilkumarn
Copy link
Member

Is there any existing attempt for this library?

@fitzgen
Copy link
Member Author

fitzgen commented Apr 26, 2018

None that I am aware of!

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

2 participants