lostluck commented on PR #25249:
URL: https://github.com/apache/beam/pull/25249#issuecomment-1424933046
FYI @damondouglas this PR is failing because wazero made a breaking change
to their API. I don't have time to do the quick fix at the moment. Otherwise
I'm inclined to decline this dependabot update until the next version. The
foibles of depending on unstable APIs of pre v1 packages.
```
examples/wasm/wasm.go:118:20: too many arguments in call to
fn.r.NewHostModuleBuilder("env").NewFunctionBuilder().WithFunc(logString).Export("log").Instantiate
have (context.Context, wazero.Runtime)
want (context.Context)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]