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

feat(instance) Support optional memory #63

Merged
merged 3 commits into from
Aug 28, 2019
Merged

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Aug 28, 2019

Fix #43.

This patch changes the Instance structure to support optional memory. A new method Instance.HasMemory() is introduced to check at least one exported memory exists.

@Hywan Hywan added 🎉 enhancement New feature or request 📦 component-extension About the Go extension 📚 documentation Do you like to read? 🧪 tests I love tests labels Aug 28, 2019
@Hywan Hywan self-assigned this Aug 28, 2019
@Hywan
Copy link
Contributor Author

Hywan commented Aug 28, 2019

bors r+

bors bot added a commit that referenced this pull request Aug 28, 2019
63: feat(instance) Support optional memory r=Hywan a=Hywan

Fix #43.

This patch changes the `Instance` structure to support optional memory. A new method `Instance.HasMemory()` is introduced to check at least one exported memory exists.

Co-authored-by: Ivan Enderlin <ivan.enderlin@hoa-project.net>
@bors
Copy link
Contributor

bors bot commented Aug 28, 2019

@bors bors bot merged commit 0d88d87 into wasmerio:master Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 component-extension About the Go extension 📚 documentation Do you like to read? 🎉 enhancement New feature or request 🧪 tests I love tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for modules without exported memory
1 participant