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(module) Implement a custom section query API #118

Merged
merged 4 commits into from
Jan 24, 2020
Merged

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Jan 24, 2020

custom_section_names is used to list all the custom section names.

custom_section is used to read the value of a specific custom
section. If the custom section does not exist, None is returned.

`custom_section_names` is used to list all the custom section names.

`custom_section` is used to read the value of a specific custom
section. If the custom section does not exist, `None` is returned.
@Hywan Hywan added 🎉 enhancement New feature or request 🧪 tests I love tests 📦 component-extension About the Python extension written in Rust labels Jan 24, 2020
@Hywan Hywan self-assigned this Jan 24, 2020
@Hywan
Copy link
Contributor Author

Hywan commented Jan 24, 2020

bors r+

bors bot added a commit that referenced this pull request Jan 24, 2020
118: feat(module) Implement a custom section query API r=Hywan a=Hywan

`custom_section_names` is used to list all the custom section names.

`custom_section` is used to read the value of a specific custom
section. If the custom section does not exist, `None` is returned.

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

bors bot commented Jan 24, 2020

Build failed

  • Test (macos-latest)
  • Test (ubuntu-latest)

@Hywan
Copy link
Contributor Author

Hywan commented Jan 24, 2020

bors r+

bors bot added a commit that referenced this pull request Jan 24, 2020
118: feat(module) Implement a custom section query API r=Hywan a=Hywan

`custom_section_names` is used to list all the custom section names.

`custom_section` is used to read the value of a specific custom
section. If the custom section does not exist, `None` is returned.

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

bors bot commented Jan 24, 2020

Build succeeded

  • Test (macos-latest)
  • Test (ubuntu-latest)

@bors bors bot merged commit df60639 into wasmerio:master Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 component-extension About the Python extension written in Rust 🎉 enhancement New feature or request 🧪 tests I love tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant