extism / go-sdk

Extism Go SDK - easily run WebAssembly modules in your Go applications
https://pkg.go.dev/github.com/extism/go-sdk
BSD 3-Clause "New" or "Revised" License
85 stars 10 forks source link

chore: pin wazero to main commit for now #75

Closed zshipko closed 2 months ago

zshipko commented 2 months ago

We can wait until the next wazero release to make another release of the go-sdk, but for now using the latest wazero on main will unblock the testing of the python pdk

zshipko commented 2 months ago

@nilslice any idea why this test is failing: https://github.com/extism/go-sdk/actions/runs/10889996025/job/30217772116?pr=75#step:5:46

nilslice commented 2 months ago

@zshipko, hmm... I don't, but I have a change to that test here in #74 (unmerged): https://github.com/extism/go-sdk/pull/74/files#diff-0ce78c2bb443b7841d9e5aac51ecf3b4739860b7c29cc113aac745616ca3cc77R504-R509

The failing test actual output includes a trace log, vs. the expected which doesn't. So maybe we merged a new log.wasm that includes it, but didn't update the test to expect the trace log?

zshipko commented 2 months ago

okay, thanks i will look into that!