@grain/binaryen.ml 0.22.0 → 0.23.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 +25 -0
- binaryen-archive/binaryen.opam +2 -2
- binaryen-archive/esy.lock/index.json +253 -250
- binaryen-archive/esy.lock/opam/{base.v0.16.1 → base.v0.16.3}/opam +3 -3
- binaryen-archive/esy.lock/opam/{chrome-trace.3.9.1 → chrome-trace.3.10.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{dune-build-info.3.9.1 → dune-build-info.3.10.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{dune-configurator.3.9.1 → dune-configurator.3.10.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{dune-rpc.3.9.1 → dune-rpc.3.10.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{dune.3.9.1 → dune.3.10.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{dyn.3.9.1 → dyn.3.10.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{ocamlformat-rpc-lib.0.25.1 → ocamlformat-rpc-lib.0.26.1}/opam +16 -6
- binaryen-archive/esy.lock/opam/{ordering.3.9.1 → ordering.3.10.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{pp.1.1.2 → pp.1.2.0}/opam +7 -6
- binaryen-archive/esy.lock/opam/{re.1.10.4 → re.1.11.0}/opam +5 -5
- binaryen-archive/esy.lock/opam/{stdune.3.9.1 → stdune.3.10.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{uucp.15.0.0 → uucp.15.1.0}/opam +10 -14
- binaryen-archive/esy.lock/opam/{uuseg.15.0.0 → uuseg.15.1.0}/opam +9 -11
- binaryen-archive/esy.lock/opam/{xdg.3.9.1 → xdg.3.10.0}/opam +5 -4
- binaryen-archive/package.json +2 -2
- binaryen-archive/src/dune +1 -3
- binaryen-archive/src/expression.c +18 -18
- binaryen-archive/src/expression.js +15 -10
- binaryen-archive/src/expression.ml +25 -6
- binaryen-archive/src/op.c +18 -4
- binaryen-archive/src/op.js +18 -6
- binaryen-archive/src/op.ml +16 -5
- binaryen-archive/src/op.mli +4 -2
- binaryen-archive/src/passes.ml +1 -1
- binaryen-archive/test/test.expected +14 -14
- binaryen-archive/src/type_system.c +0 -34
- binaryen-archive/src/type_system.js +0 -23
- binaryen-archive/src/type_system.ml +0 -6
- binaryen-archive/src/type_system.mli +0 -6
binaryen-archive/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.23.0](https://github.com/grain-lang/binaryen.ml/compare/v0.22.0...v0.23.0) (2023-09-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* Remove `type_system`
|
|
9
|
+
* Remove `string_new_replace` operation
|
|
10
|
+
* Remove `string_new_replace_array` operation
|
|
11
|
+
* Upgrade to libbinaryen v113 ([#194](https://github.com/grain-lang/binaryen.ml/issues/194))
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Add `string_encode_lossy_utf8_array` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
|
|
16
|
+
* Add `string_encode_lossy_utf8` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
|
|
17
|
+
* Add `string_new_lossy_utf8_array` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
|
|
18
|
+
* Add `string_new_lossy_utf8` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
|
|
19
|
+
* Upgrade to libbinaryen v113 ([#194](https://github.com/grain-lang/binaryen.ml/issues/194)) ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Chores
|
|
23
|
+
|
|
24
|
+
* Remove `string_new_replace_array` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
|
|
25
|
+
* Remove `string_new_replace` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
|
|
26
|
+
* Remove `type_system` ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
|
|
27
|
+
|
|
3
28
|
## [0.22.0](https://github.com/grain-lang/binaryen.ml/compare/v0.21.0...v0.22.0) (2023-09-14)
|
|
4
29
|
|
|
5
30
|
|
binaryen-archive/binaryen.opam
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
opam-version: "2.0"
|
|
2
|
-
version: "0.
|
|
2
|
+
version: "0.23.0"
|
|
3
3
|
synopsis: "OCaml bindings for Binaryen"
|
|
4
4
|
maintainer: "oscar@grain-lang.org"
|
|
5
5
|
author: "Oscar Spencer"
|
|
@@ -16,5 +16,5 @@ depends: [
|
|
|
16
16
|
"dune" {>= "3.0.0"}
|
|
17
17
|
"dune-configurator" {>= "3.0.0"}
|
|
18
18
|
"js_of_ocaml-compiler" {>= "4.1.0" < "6.0.0"}
|
|
19
|
-
"libbinaryen" {>= "
|
|
19
|
+
"libbinaryen" {>= "113.0.0" < "114.0.0"}
|
|
20
20
|
]
|