Skip to content

Commit 80884a7

Browse files
committed
feat!: Upgrade to Binaryen v122
1 parent c685f57 commit 80884a7

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

binaryen.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ 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.0" < "123.0.0"}
2020
]

esy.lock/index.json

Lines changed: 7 additions & 8 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
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"ocaml": ">= 4.13.0 < 5.4.0",
12-
"@grain/libbinaryen": "121.0.0-b",
12+
"@grain/libbinaryen": ">= 122.0.0 < 123.0.0",
1313
"@opam/dune": ">= 3.0.0",
1414
"@opam/dune-configurator": ">= 3.0.0"
1515
},

0 commit comments

Comments
 (0)