bytecodealliance / componentize-py

Apache License 2.0
158 stars 19 forks source link

Update wasmtime and adapter versions to match cargo-component revision #34

Closed SneakyBerry closed 1 year ago

SneakyBerry commented 1 year ago

Changes:

SneakyBerry commented 1 year ago

Can someone help with CI? I've tested locally and it works.

dicej commented 1 year ago

Can someone help with CI? I've tested locally and it works.

Try running cargo clippy locally to repro the CI issue. I think you can fix it by changing the "wasi_snapshot_preview1.wasm.zst" literal to "wasi_snapshot_preview1.reactor.wasm.zst" in the stubs_for_clippy function in build.rs.

Thanks for the PR!

SneakyBerry commented 1 year ago

@dicej done it!