-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Compile for `wasm32-unknown` instead of `wasm32-wasi` * No longer use rustup in prepare.mjs * Update comments * Install the wasm32-unknown target on CI
- Loading branch information
Showing
10 changed files
with
83 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ jobs: | |
image: rust:1.72 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: rustup target add wasm32-unknown-unknown | ||
- uses: Swatinem/rust-cache@v2 | ||
- uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
path: repo | ||
- run: rustup target add wasm32-unknown-unknown | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: current | ||
|
@@ -176,6 +177,7 @@ jobs: | |
image: rust:1.72 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: rustup target add wasm32-unknown-unknown | ||
- uses: actions/[email protected] | ||
with: | ||
# Set the oldest version still maintained, in order to ensure compatibility. See <https://nodejs.dev/en/about/releases/> | ||
|
@@ -204,6 +206,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 # Necessary below for checking if the tag exists. | ||
- run: rustup target add wasm32-unknown-unknown | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 16 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.