Skip to content

Commit

Permalink
Merge pull request #20768 from podsvirov/emscripten-update
Browse files Browse the repository at this point in the history
emscripten: update to 3.1.58
  • Loading branch information
lazka authored Apr 30, 2024
2 parents 118b7da + 4a14374 commit 9a43c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-emscripten/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
# Sadly, upstream currently suggests bundling a binaryen version for the time being:
# https://github.com/emscripten-core/emscripten/issues/12252
# I'm obviously unhappy about that but it appears to be the only practical solution for the time being.
pkgver=3.1.56
pkgver=3.1.58
# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
_binaryen_revision=6e8fefe1ea13346f8908075d1f35b23317cfcc0f
_llvm_project_revision=34ba90745fa55777436a2429a51a3799c83c6d4c
_binaryen_revision=4a907b0a5ec1c25eef259ba54b387865edbe0451
_llvm_project_revision=0a8cd1ed1f4f35905df318015b0dbcb69d81d7c2
pkgrel=1
pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web (mingw-w64)"
arch=('any')
Expand Down

0 comments on commit 9a43c76

Please sign in to comment.