-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump wasm-bindgen to 0.2.99 (#2395)
- Loading branch information
Showing
12 changed files
with
61 additions
and
74 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 |
---|---|---|
|
@@ -66,7 +66,7 @@ RUN set -ex; \ | |
rm /tmp/cargo-binstall; \ | ||
cargo binstall -V | ||
RUN cargo binstall [email protected].86 --locked \ | ||
RUN cargo binstall [email protected].99 --locked \ | ||
--no-discover-github-token \ | ||
--disable-telemetry \ | ||
--no-track \ | ||
|
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 |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
if: ${{ steps.check-artifact.outputs.exists != 'true' }} | ||
|
||
- name: Install wasm-bindgen-cli | ||
run: cargo binstall [email protected].86 | ||
run: cargo binstall [email protected].99 | ||
if: ${{ steps.check-artifact.outputs.exists != 'true' }} | ||
|
||
- name: Build packages | ||
|
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
if: ${{ steps.check-artifact.outputs.exists != 'true' }} | ||
|
||
- name: Install wasm-bindgen-cli | ||
run: cargo binstall [email protected].86 | ||
run: cargo binstall [email protected].99 | ||
if: ${{ steps.check-artifact.outputs.exists != 'true' }} | ||
|
||
- name: Build JS packages | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -313,7 +313,7 @@ RUN --mount=type=secret,id=AWS \ | |
|
||
RUN --mount=type=secret,id=AWS \ | ||
source /root/env; \ | ||
cargo binstall [email protected].86 [email protected] \ | ||
cargo binstall [email protected].99 [email protected] \ | ||
--locked \ | ||
--no-discover-github-token \ | ||
--disable-telemetry \ | ||
|
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,7 +61,7 @@ this repository may be used on the following networks: | |
in terminal run `echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> ~/.zshrc` or `echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> ~/.bash_profile` depending on your default shell. | ||
You can find your default shell with `echo $SHELL` | ||
- Reload your shell with `source ~/.zshrc` or `source ~/.bash_profile` | ||
- `cargo install [email protected].86` | ||
- `cargo install [email protected].99` | ||
- *double-check that wasm-bindgen-cli version above matches wasm-bindgen version in Cargo.lock file* | ||
- *Depending on system, additional packages may need to be installed as a prerequisite for wasm-bindgen-cli. If anything is missing, installation will error and prompt what packages are missing (i.e. clang, llvm, libssl-dev)* | ||
- essential build tools - example for Debian/Ubuntu: `apt install -y build-essential libssl-dev pkg-config clang cmake llvm` | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ Library consumers must ignore class names minification for `@dashevo/wasm-dpp` l | |
|
||
- Install [Rust](https://www.rust-lang.org/tools/install) v1.73+ | ||
- Add wasm32 target: `$ rustup target add wasm32-unknown-unknown` | ||
- Install wasm-bingen-cli: `cargo install [email protected].86` | ||
- Install wasm-bingen-cli: `cargo install [email protected].99` | ||
- *double-check that wasm-bindgen-cli version above matches wasm-bindgen version in Cargo.lock file* | ||
- *Depending on system, additional packages may need to be installed as a prerequisite for wasm-bindgen-cli. If anything is missing, installation will error and prompt what packages are missing (i.e. clang, llvm, libssl-dev)* | ||
|
||
|
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