Skip to content

Commit

Permalink
Merge pull request #116 from IsabelParedes/emsdk
Browse files Browse the repository at this point in the history
Use emsdk from escripten-forge
  • Loading branch information
IsabelParedes authored Jan 15, 2025
2 parents 2345a95 + d15f025 commit 8cf478b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,9 @@ jobs:
environment-file: environment-wasm-build.yml
environment-name: xeus-r-wasm-build

- name: Setup emsdk
shell: bash -l {0}
run: |
emsdk install ${{matrix.emsdk_ver}}
- name: Build xeus-r
shell: bash -l {0}
run: |
emsdk activate ${{matrix.emsdk_ver}}
source $CONDA_EMSDK_DIR/emsdk_env.sh
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
mkdir build
Expand Down
4 changes: 2 additions & 2 deletions environment-wasm-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: xeus-r-wasm-build
channels:
- https://repo.mamba.pm/emscripten-forge
- conda-forge
dependencies:
- cmake
- emsdk >=3.1.11
- empack >=2.0.1
- emscripten_emscripten-wasm32==3.1.45
1 change: 1 addition & 0 deletions environment-wasm-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- https://repo.mamba.pm/conda-forge
dependencies:
# Host dependencies
- emscripten-abi==3.1.45
- nlohmann_json
- xeus-lite
- xeus
Expand Down

0 comments on commit 8cf478b

Please sign in to comment.