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

Try to remove sync + send traits on implementations #295

Closed
andrewdavidmackenzie opened this issue May 12, 2019 · 4 comments
Closed

Try to remove sync + send traits on implementations #295

andrewdavidmackenzie opened this issue May 12, 2019 · 4 comments
Labels
blocker This issue needs to be done to allow others to be done

Comments

@andrewdavidmackenzie
Copy link
Owner

andrewdavidmackenzie commented May 12, 2019

Or, take a look at wasmer and what it would take to switch to it.

@andrewdavidmackenzie
Copy link
Owner Author

https://stackoverflow.com/questions/27957103/how-do-i-create-a-heterogeneous-collection-of-objects

For a collection of Trait objects for Implementations

@andrewdavidmackenzie andrewdavidmackenzie added the blocker This issue needs to be done to allow others to be done label Aug 29, 2019
@andrewdavidmackenzie
Copy link
Owner Author

Move Implementation trait back into flowrlib #420

  • this maybe make it possible to implement the Send and Sync traits (local versions of them) for wasmi and remove dependency on my branch.

@andrewdavidmackenzie
Copy link
Owner Author

Fixed

@syrusakbary
Copy link

Note: we just added support for Send in Wasmer Instance wasmerio/wasmer#807

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker This issue needs to be done to allow others to be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants