@grain/binaryen.ml 0.37.0 → 0.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
binaryen-archive/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.38.0](https://github.com/grain-lang/binaryen.ml/compare/v0.37.0...v0.38.0) (2026-09-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* Drop ocaml 4.13 support ([#292](https://github.com/grain-lang/binaryen.ml/issues/292))
|
|
9
|
+
* Upgrade to Binaryen v128 ([#275](https://github.com/grain-lang/binaryen.ml/issues/275))
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Drop ocaml 4.13 support ([#292](https://github.com/grain-lang/binaryen.ml/issues/292)) ([cce6b0e](https://github.com/grain-lang/binaryen.ml/commit/cce6b0e1bf9c677e7d143b0d82f913cebd3b0915))
|
|
14
|
+
* Upgrade to Binaryen v128 ([#275](https://github.com/grain-lang/binaryen.ml/issues/275)) ([0c10491](https://github.com/grain-lang/binaryen.ml/commit/0c10491f1e8a0a9df044b49ee6b48119e997e2bc))
|
|
15
|
+
|
|
3
16
|
## [0.37.0](https://github.com/grain-lang/binaryen.ml/compare/v0.36.0...v0.37.0) (2026-09-02)
|
|
4
17
|
|
|
5
18
|
|
binaryen-archive/binaryen.opam
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
opam-version: "2.0"
|
|
2
|
-
version: "0.
|
|
2
|
+
version: "0.38.0"
|
|
3
3
|
synopsis: "OCaml bindings for Binaryen"
|
|
4
4
|
maintainer: "oscar@grain-lang.org"
|
|
5
5
|
author: "Oscar Spencer"
|
|
@@ -12,10 +12,10 @@ build: [
|
|
|
12
12
|
[ "dune" "build" "-p" name "-j" jobs ]
|
|
13
13
|
]
|
|
14
14
|
depends: [
|
|
15
|
-
"ocaml" {>= "4.
|
|
15
|
+
"ocaml" {>= "4.14.0"}
|
|
16
16
|
"dune" {>= "3.0.0"}
|
|
17
17
|
"dune-configurator" {>= "3.0.0"}
|
|
18
18
|
"js_of_ocaml-compiler" {>= "6.4.0" < "7.0.0"}
|
|
19
|
-
"libbinaryen" {>= "
|
|
19
|
+
"libbinaryen" {>= "128.0.0" < "129.0.0"}
|
|
20
20
|
]
|
|
21
21
|
x-maintenance-intent: ["0.(latest)"]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"checksum": "
|
|
2
|
+
"checksum": "e0ac1b977a50c857edf45c8c6b5c6a02",
|
|
3
3
|
"root": "@grain/binaryen.ml@link-dev:./package.json",
|
|
4
4
|
"node": {
|
|
5
5
|
"ocaml@5.3.0@d41d8cd9": {
|
|
@@ -1934,14 +1934,14 @@
|
|
|
1934
1934
|
[ "windows", "x86_64" ]
|
|
1935
1935
|
]
|
|
1936
1936
|
},
|
|
1937
|
-
"@grain/libbinaryen@
|
|
1938
|
-
"id": "@grain/libbinaryen@
|
|
1937
|
+
"@grain/libbinaryen@128.0.0@d41d8cd9": {
|
|
1938
|
+
"id": "@grain/libbinaryen@128.0.0@d41d8cd9",
|
|
1939
1939
|
"name": "@grain/libbinaryen",
|
|
1940
|
-
"version": "
|
|
1940
|
+
"version": "128.0.0",
|
|
1941
1941
|
"source": {
|
|
1942
1942
|
"type": "install",
|
|
1943
1943
|
"source": [
|
|
1944
|
-
"archive:https://registry.npmjs.org/@grain/libbinaryen/-/libbinaryen-
|
|
1944
|
+
"archive:https://registry.npmjs.org/@grain/libbinaryen/-/libbinaryen-128.0.0.tgz#sha1:d2e540a3177f9f6f0f27e6125efdffa5bf670814"
|
|
1945
1945
|
]
|
|
1946
1946
|
},
|
|
1947
1947
|
"overrides": [],
|
|
@@ -1974,7 +1974,7 @@
|
|
|
1974
1974
|
"ocaml@5.3.0@d41d8cd9",
|
|
1975
1975
|
"@opam/dune-configurator@opam:3.24.2@7928eaef",
|
|
1976
1976
|
"@opam/dune@opam:3.24.2@dc9091c2",
|
|
1977
|
-
"@grain/libbinaryen@
|
|
1977
|
+
"@grain/libbinaryen@128.0.0@d41d8cd9"
|
|
1978
1978
|
],
|
|
1979
1979
|
"devDependencies": [
|
|
1980
1980
|
"@opam/ocamlformat@opam:0.29.0@966c16ee",
|
binaryen-archive/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grain/binaryen.ml",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"description": "OCaml bindings for Binaryen.",
|
|
5
5
|
"author": "Oscar Spencer <oscar@grain-lang.org>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"pnp": false
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"ocaml": ">= 4.
|
|
12
|
-
"@grain/libbinaryen": ">=
|
|
11
|
+
"ocaml": ">= 4.14.0 < 6.0.0",
|
|
12
|
+
"@grain/libbinaryen": ">= 128.0.0 < 129.0.0",
|
|
13
13
|
"@opam/dune": ">= 3.0.0",
|
|
14
14
|
"@opam/dune-configurator": ">= 3.0.0"
|
|
15
15
|
},
|