Skip to content

Conversation

@fibonacci1729
Copy link
Collaborator

No description provided.


- name: "Install Wasm Rust target"
run: rustup target add wasm32-wasip1 wasm32-unknown-unknown --toolchain ${{ env.RUST_VERSION }}
run: rustup target add wasm32-wasip1wasm32-wasip2 wasm32-unknown-unknown --toolchain ${{ env.RUST_VERSION }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
run: rustup target add wasm32-wasip1wasm32-wasip2 wasm32-unknown-unknown --toolchain ${{ env.RUST_VERSION }}
run: rustup target add wasm32-wasip1 wasm32-wasip2 wasm32-unknown-unknown --toolchain ${{ env.RUST_VERSION }}

@itowlson
Copy link
Collaborator

@fibonacci1729 I fixed the typo that Michelle identified but there are still some tests failing (dependencies?). This maybe relates to the WASI 0.2.0/0.2.3 thing which I think you mentioned you were looking at upstream - is that right?

@fibonacci1729
Copy link
Collaborator Author

fibonacci1729 commented Sep 10, 2025

Thanks! Yeah working to fix composing semver compatible versions in wac now. Ill just leave this open until I have a fix.

@fibonacci1729
Copy link
Collaborator Author

Closed in favor of #3276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants