-
Notifications
You must be signed in to change notification settings - Fork 118
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 WASM transformer #1119
Conversation
Thanks for making a pull request! 😃 |
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.
Mostly fine. Just some minor changes.
d87520b
to
ef4a44c
Compare
Possibly we can move to https://github.com/tetratelabs/wazero which is pure Go with no dependency. |
bafd6d8
to
4d841bc
Compare
Signed-off-by: Soumil Paranjpay <soumil.paranjpay@gmail.com> Based on work by Vamsi Krishna <vamsikrishnasatyasi971@gmail.com>
4d841bc
to
1a3e656
Compare
With WASI preview 2 being officially released https://github.com/WebAssembly/WASI/tree/main/preview2 it brings the WASM component model. Possibly we can move to the WASM component model for marshalling and unmarshalling https://component-model.bytecodealliance.org/design/why-component-model.html Only implemented in Wasmtime (and JCO) I think |
Related #1144 |
Implemented in #1172 |
No description provided.