-
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: Support WASM external transformers using Wazero runtime #1172
feat: Support WASM external transformers using Wazero runtime #1172
Conversation
Signed-off-by: Soumil Paranjpay <soumil.paranjpay@gmail.com> Based on work by Vamsi Krishna <vamsikrishnasatyasi971@gmail.com> Signed-off-by: shashank381 <satholashashank@gmail.com>
Thanks for making a pull request! 😃 |
Signed-off-by: shashank381 <satholashashank@gmail.com>
81b2bbf
to
ed34266
Compare
0ee95f1
to
47b3f6e
Compare
@shashank381 Thank you, one of us would review it. |
|
||
envVars := t.prepareEnv() | ||
for _, envVar := range envVars { | ||
keyValue := strings.SplitN(envVar, wasmEnvDelimiter, 2) |
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.
Why are we joining the key and value with = delimiter and then splitting again?
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.
Also fix the DCO check by signing
47b3f6e
to
9dea47b
Compare
|
Signed-off-by: shashank381 <satholashashank@gmail.com>
9dea47b
to
8929169
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
No description provided.