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(runtime-c-api) Split the big lib.rs file into modules #312

Merged
merged 12 commits into from
Mar 29, 2019

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Mar 29, 2019

This PR splits the lib.rs file into smaller modules.
Proof everything is OK:

  1. wasmer.h and wasmer.hh are not different,
  2. Tests are still green,
  3. rustc is polite.

Bonus: I removed the last couple of warnings.

Next step: Add more documentations.

@Hywan Hywan added 🎉 enhancement New feature! 📦 lib-c-api About wasmer-c-api labels Mar 29, 2019
@Hywan Hywan requested a review from bjfish March 29, 2019 15:02
@Hywan
Copy link
Contributor Author

Hywan commented Mar 29, 2019

bors r+

bors bot added a commit that referenced this pull request Mar 29, 2019
312: feat(runtime-c-api) Split the big `lib.rs` file into modules r=Hywan a=Hywan

This PR splits the `lib.rs` file into smaller modules.
Proof everything is OK:

  1. `wasmer.h` and `wasmer.hh` are not different,
  2. Tests are still green,
  3. `rustc` is polite.

Bonus: I removed the last couple of warnings.

Next step: Add more documentations.

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

bors bot commented Mar 29, 2019

@bors bors bot merged commit 8ee0f16 into wasmerio:master Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 enhancement New feature! 📦 lib-c-api About wasmer-c-api
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants