Skip to content

Commit e62e211

Browse files
committed
feat!: Upgrade to Binaryen v128
Full Diff: WebAssembly/binaryen@version_127...version_128
1 parent 423399d commit e62e211

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

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.3.0" < "7.0.0"}
19-
"libbinaryen" {>= "127.0.0" < "128.0.0"}
19+
"libbinaryen" {>= "128.0.0" < "129.0.0"}
2020
]
2121
x-maintenance-intent: ["0.(latest)"]

esy.lock/index.json

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

package.json

Lines changed: 3 additions & 2 deletions
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": ">= 127.0.0 < 128.0.0",
12+
"@grain/libbinaryen": "*",
1313
"@opam/dune": ">= 3.0.0",
1414
"@opam/dune-configurator": ">= 3.0.0"
1515
},
@@ -19,7 +19,8 @@
1919
"@opam/ocaml-lsp-server": ">= 1.9.1 < 2.0.0"
2020
},
2121
"resolutions": {
22-
"@opam/ocp-indent": "1.9.0"
22+
"@opam/ocp-indent": "1.9.0",
23+
"@grain/libbinaryen": "git+https://github.com/grain-lang/libbinaryen.git#0c23f56e2d0b6d2207bc1b7a7e514881bc9c7816"
2324
},
2425
"esy": {
2526
"build": "dune build -p binaryen"

0 commit comments

Comments
 (0)