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

Make Agents / Agent Clusters concepts that work for WebAssembly #887

Open
annevk opened this Issue Apr 12, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@annevk
Contributor

annevk commented Apr 12, 2017

See the three comments starting at #882 (comment). We need an abstract super concept that holds the SharedArrayBuffer data and then subclasses for ECMAScript and WebAssembly. It would probably be best for that super concept to be defined in ECMAScript since it also defines most of the other details.

See WebAssembly/design#1019 for the corresponding (informal) work in WebAssembly.

cc @jfbastien @syg @binji

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