Skip to content

Commit 423399d

Browse files
committed
feat!: Upgrade to Binaryen v127
Full Diff: WebAssembly/binaryen@version_126...version_127
1 parent a1269f0 commit 423399d

22 files changed

Lines changed: 325 additions & 306 deletions

File tree

.github/workflows/esy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
1010
cancel-in-progress: true
1111

12+
env:
13+
ESY__PREFIX: ${{ github.workspace }}/.esy/
14+
1215
jobs:
1316
build:
1417
name: Build and test

binaryen.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml" {>= "4.13.0"}
1616
"dune" {>= "3.0.0"}
1717
"dune-configurator" {>= "3.0.0"}
18-
"js_of_ocaml-compiler" {>= "6.0.0" < "7.0.0"}
19-
"libbinaryen" {>= "126.0.0" < "127.0.0"}
18+
"js_of_ocaml-compiler" {>= "6.3.0" < "7.0.0"}
19+
"libbinaryen" {>= "127.0.0" < "128.0.0"}
2020
]
2121
x-maintenance-intent: ["0.(latest)"]

0 commit comments

Comments
 (0)