Skip to content

Commit

Permalink
Emscripten 3.1.58 (#1252)
Browse files Browse the repository at this point in the history
* fixed syntax

* trigger python build

* strong run exports

* strong run exports
  • Loading branch information
DerThorsten authored Jul 31, 2024
1 parent 871dfb8 commit 3d91fef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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.58

build:
number: 0
number: 1

outputs:
- package:
Expand All @@ -27,7 +27,8 @@ outputs:
- python
- nodejs 16.*
run_exports:
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}
strong:
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}

- package:
name: emscripten-abi
Expand Down

0 comments on commit 3d91fef

Please sign in to comment.