npmccallum commented on issue #4612:
@sunfishcode Can we get some attention on this?
jedisct1 commented on issue #4612:
@rjzak -- Looking good now! Thanks!
Would you mind resolving the conflict so it can be merged?
rjzak commented on issue #4612:
@jedisct1 I'd like to resolve the conflict, but I changed the Cargo.toml file and need it to have my version, not what this thing is that Git seems to be trying to merge. How can I force it to be my version?
rjzak edited a comment on issue #4612:
@jedisct1 ~I'd like to resolve the conflict, but I changed the Cargo.toml file and need it to have my version, not what this thing is that Git seems to be trying to merge. How can I force it to be my version?~
Resolved!
rjzak commented on issue #4612:
@jedisct1 I could use some advice regarding some of the CI errors. A lot of these are not related to wasi-crypto.
rjzak commented on issue #4612:
I added the nightly requirement for
wasmtime-wasi-crypto
sincewasi-crypto
uses Cargo's "per-package-target" https://github.com/WebAssembly/wasi-crypto/compare/67d9821f2763f4626a97c70c411ccb92a2047712...fa309ace2bb335bb08efc724a18721e8217d5977#diff-9c249d46387da48fcc9d73b78e7a99a00bb825ae6b5fa222b60f6b27f9a4d2a0. Is this ok @sunfishcode?
jedisct1 commented on issue #4612:
@rjzak I don't think
nightly
is required (at least I hope it's not...)However, the errors about dead code were likely due to the example
main.rs
file inwasi-crypto/.../bindings/rust/src
.This has been fixed upstream, so an update to a more recent commit should fix the issues we are seeing here as well.
rjzak commented on issue #4612:
Nightly was only needed for running the test case for Wasi-Crypto, not for compiling the Wasmtime-Wasi-Crypto module.
I'll look at updating the Wasi-Crypto submodule.
jedisct1 commented on issue #4612:
Yes, but the test case depends on the Rust example bindings.
rjzak commented on issue #4612:
I've updated the Wasi-Crypto git submodule, may I have a re-run of CI? @sunfishcode or @jedisct1
This should fix one of the CI issues about unused import.
rjzak edited a comment on issue #4612:
I've updated the Wasi-Crypto git submodule, may I have a re-run of CI? @sunfishcode or @jedisct1
This should fix one of the CI issues about unused import.Edit: nevermind, CI just decided to run as soon as I made this comment?
rjzak commented on issue #4612:
Abandoning in favour of future PR against the main branch.
Last updated: Nov 22 2024 at 16:03 UTC