-
Notifications
You must be signed in to change notification settings - Fork 37
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: add support for loading WebAssembly components #225
Conversation
bed0714
to
2885886
Compare
Related to #227 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a huuuuge effort @ereslibre ! Congratulations for such a complete PR. I'm really happy that wws
starts supporting components and regular core modules. This PR will open a new set of possibilities for the project 😄.
I added some minor comments, but everything LGTM!
Also, improve the errors returned by the different phases
82b6be1
to
cc3adca
Compare
cc3adca
to
048a8d3
Compare
7e24b21
to
c55543e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just added a minor comment 😄
c55543e
to
f8e35d5
Compare
Also, specify how to reproduce the wasi-component-adapter binaries.
f8e35d5
to
e478b35
Compare
We can merge on green then, thanks for the reviews and feedback @Angelmmiguel! |
This adds support for loading WebAssembly modules and components. It also adds components under
examples
and adds them to the e2e test suite.Missing bits: