Skip to content

Commit a10a41d

Browse files
authored
feat!: upgrade to binaryen v95 & vendor prebuilt artifacts (#34)
Also, temporarily disables JS tests on Windows environments.
1 parent 052137d commit a10a41d

File tree

47 files changed

+2515
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2515
-333
lines changed

.github/workflows/esy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, macos-latest]
14+
os: [ubuntu-latest, macos-latest, windows-latest]
1515

1616
steps:
1717
- name: Setup node.js
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].2
1919
with:
2020
node-version: '14'
2121
check-latest: true

.github/workflows/opam.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, macos-latest]
15-
ocaml-version: [4.10.0, 4.09.1]
14+
os: [ubuntu-latest, macos-latest, windows-latest]
15+
ocaml-version: [4.11.1]
1616

1717
steps:
1818
- name: Checkout project
@@ -21,7 +21,7 @@ jobs:
2121
submodules: 'recursive'
2222

2323
- name: Setup OCaml ${{ matrix.ocaml-version }}
24-
uses: avsm/setup-ocaml@v1
24+
uses: phated/setup-ocaml@master
2525
with:
2626
ocaml-version: ${{ matrix.ocaml-version }}
2727

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ META
66
.DS_Store
77
*.tar.gz
88
*.install
9+
*.zip

.gitmodules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
[submodule "src/binaryen"]
2-
path = src/binaryen
3-
url = https://github.com/WebAssembly/binaryen
4-
[submodule "js/binaryen.js"]
5-
path = js/binaryen.js
6-
url = https://github.com/AssemblyScript/binaryen.js

binaryen.opam

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ dev-repo: "git+https://github.com/grain-lang/binaryen.ml.git"
99
bug-reports: "https://github.com/grain-lang/binaryen.ml/issues"
1010
build: [
1111
[ "dune" "subst" ] {pinned}
12-
[ "dune" "build" "-p" name "-j" jobs "--no-buffer" ]
12+
[ "dune" "build" "-p" name "-j" jobs ]
1313
]
1414
depends: [
1515
"ocaml" {>= "4.08"}
16-
"dune" {= "2.6.1"}
17-
"conf-cmake" {build}
18-
"conf-python-3" {build}
16+
"dune" {>= "2.7.1"}
1917
"js_of_ocaml" {>= "3.6.0"}
2018
"js_of_ocaml-ppx" {>= "3.6.0"}
2119
"js_of_ocaml-compiler" {>= "3.6.0"}

esy.lock/index.json

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

esy.lock/opam/dot-merlin-reader.3.4.2/opam

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

esy.lock/opam/js_of_ocaml-compiler.3.7.1/opam renamed to esy.lock/opam/js_of_ocaml-compiler.3.8.0/opam

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

esy.lock/opam/js_of_ocaml-ppx.3.7.1/opam renamed to esy.lock/opam/js_of_ocaml-ppx.3.8.0/opam

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

esy.lock/opam/js_of_ocaml.3.7.1/opam renamed to esy.lock/opam/js_of_ocaml.3.8.0/opam

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

esy.lock/opam/ocaml-compiler-libs.v0.12.3/opam

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

esy.lock/opam/ocaml-lsp-server.1.2.0/opam

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

esy.lock/opam/ocaml-migrate-parsetree.1.7.3/opam renamed to esy.lock/opam/ocaml-migrate-parsetree.2.1.0/opam

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

esy.lock/opam/ocamlformat.0.15.0/opam renamed to esy.lock/opam/ocamlformat.0.15.1/opam

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

esy.lock/opam/odoc.1.5.1/opam renamed to esy.lock/opam/odoc.1.5.2/opam

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

esy.lock/opam/ppx_tools_versioned.5.4.0/opam

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)