Skip to content

Commit 6aa04d1

Browse files
committed
feat!: Upgrade to Binaryen v122
1 parent 53b9420 commit 6aa04d1

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

.github/workflows/opam.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
with:
3838
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3939

40-
# Necessary until using libbinaryen v122
41-
- name: Override C Compiler Flags For Windows
42-
if: ${{ startsWith(matrix.os, 'windows-') }}
43-
run: |
44-
echo "CC=x86_64-w64-mingw32-gcc" | Out-File -FilePath $env:GITHUB_ENV -Append
45-
echo "CXX=x86_64-w64-mingw32-g++" | Out-File -FilePath $env:GITHUB_ENV -Append
46-
4740
- name: Install local dependencies
4841
run: |
4942
opam install . --deps-only --with-test

binaryen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ depends: [
1616
"dune" {>= "3.0.0"}
1717
"dune-configurator" {>= "3.0.0"}
1818
"js_of_ocaml-compiler" {>= "6.0.0" < "7.0.0"}
19-
"libbinaryen" {> "121.0.0" < "122.0.0"}
19+
"libbinaryen" {>= "122.0.1" < "123.0.0"}
2020
]
2121
x-maintenance-intent: ["0.(latest)"]

esy.lock/index.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"dependencies": {
88
"ocaml": ">= 4.13.0 < 5.4.0",
9-
"@grain/libbinaryen": "121.0.0-b",
9+
"@grain/libbinaryen": ">= 122.0.0 < 123.0.0",
1010
"@opam/dune": ">= 3.0.0",
1111
"@opam/dune-configurator": ">= 3.0.0"
1212
},

0 commit comments

Comments
 (0)