Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support adapting core wasm to components #374

Merged
merged 15 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
shell: bash
- name: Add wasm32-wasi Rust target
run: rustup target add wasm32-wasi
- name: Add wasm32-unknown-unknown Rust target
run: rustup target add wasm32-unknown-unknown
- name: Cache cargo
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:
shell: bash
- name: Add wasm32-wasi Rust target
run: rustup target add wasm32-wasi
- name: Add wasm32-unknown-unknown Rust target
run: rustup target add wasm32-unknown-unknown
- name: Cache cargo
uses: actions/cache@v3
with:
Expand Down
Loading
Loading