Skip to content
Open
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
8 changes: 4 additions & 4 deletions recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context:
version: 3.1.73

build:
number: 12
number: 13

outputs:
- package:
Expand All @@ -22,14 +22,14 @@ outputs:
requirements:
build:
- curl
- python >=3.11
- python >=3.13
- gettext-tools
- xz
- tar
- patch # Used in ./build.sh script
run:
- python >=3.11
- nodejs 16.*
- python >=3.13
- nodejs 22.*
run_exports:
strong:
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}
Expand Down
Loading