Skip to content

Commit

Permalink
Merge pull request #213 from anutosh491/emscripten
Browse files Browse the repository at this point in the history
Add the wasm32-unknown-emscripten target
  • Loading branch information
xhochy authored Sep 23, 2024
2 parents c94f3a8 + 4c5a3b5 commit f3eb91d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ rust_std_extra:
- arm-linux-androideabi
- armv7-linux-androideabi
- i686-linux-android
- wasm32-unknown-emscripten
- wasm32-unknown-unknown
- x86_64-apple-ios
- x86_64-linux-android
Expand Down
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ rust_std_extra:
- armv7-linux-androideabi
- i686-linux-android
- wasm32-unknown-unknown
- wasm32-unknown-emscripten
- x86_64-linux-android
- x86_64-pc-windows-msvc # [linux and x86_64]
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ source:
- url: https://static.rust-lang.org/dist/rust-std-{{ version }}-wasm32-unknown-unknown.tar.gz # [(linux or win) and x86_64]
sha256: c5363bde6d2b680e43f7fd444ea60f88cf522070de86f0a940d6570671cef94c # [(linux or win) and x86_64]
folder: rust-std # [(linux or win) and x86_64]
- url: https://static.rust-lang.org/dist/rust-std-{{ version }}-wasm32-unknown-emscripten.tar.gz # [(linux or win) and x86_64]
sha256: 45bff7589cad6ca317d33b6aae86918018069661985f6779667aba84482df80d # [(linux or win) and x86_64]
folder: rust-std # [(linux or win) and x86_64]

build:
number: 0
Expand Down

0 comments on commit f3eb91d

Please sign in to comment.