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

wasmer: Use StoreMut in add_to_imports #26

Open
theduke opened this issue Dec 12, 2022 · 0 comments
Open

wasmer: Use StoreMut in add_to_imports #26

theduke opened this issue Dec 12, 2022 · 0 comments

Comments

@theduke
Copy link

theduke commented Dec 12, 2022

Currently the generated function to add bindings to an import object still uses &mut Store, which complicates the code for users.

Should use &mut impl StoreMut instead.

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

No branches or pull requests

1 participant