@grain/binaryen.ml 0.22.0 → 0.24.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.
Files changed (37) hide show
  1. binaryen-archive/CHANGELOG.md +36 -0
  2. binaryen-archive/binaryen.opam +2 -2
  3. binaryen-archive/esy.lock/index.json +269 -266
  4. binaryen-archive/esy.lock/opam/{base.v0.16.1 → base.v0.16.3}/opam +3 -3
  5. binaryen-archive/esy.lock/opam/{chrome-trace.3.9.1 → chrome-trace.3.11.1}/opam +5 -4
  6. binaryen-archive/esy.lock/opam/{dune-build-info.3.9.1 → dune-build-info.3.11.1}/opam +5 -4
  7. binaryen-archive/esy.lock/opam/{dune-configurator.3.9.1 → dune-configurator.3.11.1}/opam +5 -4
  8. binaryen-archive/esy.lock/opam/{dune-rpc.3.9.1 → dune-rpc.3.11.1}/opam +5 -4
  9. binaryen-archive/esy.lock/opam/{dune.3.9.1 → dune.3.11.1}/opam +5 -4
  10. binaryen-archive/esy.lock/opam/{dyn.3.9.1 → dyn.3.11.1}/opam +5 -4
  11. binaryen-archive/esy.lock/opam/{ocamlformat-rpc-lib.0.25.1 → ocamlformat-rpc-lib.0.26.1}/opam +16 -6
  12. binaryen-archive/esy.lock/opam/ocamlformat.0.24.1/opam +1 -1
  13. binaryen-archive/esy.lock/opam/{ordering.3.9.1 → ordering.3.11.1}/opam +5 -4
  14. binaryen-archive/esy.lock/opam/{pp.1.1.2 → pp.1.2.0}/opam +7 -6
  15. binaryen-archive/esy.lock/opam/{re.1.10.4 → re.1.11.0}/opam +5 -5
  16. binaryen-archive/esy.lock/opam/{stdune.3.9.1 → stdune.3.11.1}/opam +6 -5
  17. binaryen-archive/esy.lock/opam/{uucp.15.0.0 → uucp.15.1.0}/opam +10 -14
  18. binaryen-archive/esy.lock/opam/{uuseg.15.0.0 → uuseg.15.1.0}/opam +9 -11
  19. binaryen-archive/esy.lock/opam/{xdg.3.9.1 → xdg.3.11.1}/opam +5 -4
  20. binaryen-archive/esy.lock/opam/{yojson.2.1.0 → yojson.2.1.1}/opam +4 -4
  21. binaryen-archive/package.json +3 -3
  22. binaryen-archive/src/dune +1 -3
  23. binaryen-archive/src/expression.c +18 -18
  24. binaryen-archive/src/expression.js +15 -10
  25. binaryen-archive/src/expression.ml +25 -6
  26. binaryen-archive/src/op.c +18 -4
  27. binaryen-archive/src/op.js +18 -6
  28. binaryen-archive/src/op.ml +16 -5
  29. binaryen-archive/src/op.mli +4 -2
  30. binaryen-archive/src/passes.ml +4 -1
  31. binaryen-archive/src/passes.mli +3 -0
  32. binaryen-archive/test/test.expected +18 -18
  33. binaryen-archive/test/test.ml +1 -0
  34. binaryen-archive/src/type_system.c +0 -34
  35. binaryen-archive/src/type_system.js +0 -23
  36. binaryen-archive/src/type_system.ml +0 -6
  37. binaryen-archive/src/type_system.mli +0 -6
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.24.0](https://github.com/grain-lang/binaryen.ml/compare/v0.23.0...v0.24.0) (2023-10-30)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * Update to libbinaryen v114 ([#198](https://github.com/grain-lang/binaryen.ml/issues/198))
9
+
10
+ ### Features
11
+
12
+ * Update to libbinaryen v114 ([#198](https://github.com/grain-lang/binaryen.ml/issues/198)) ([d11b8e1](https://github.com/grain-lang/binaryen.ml/commit/d11b8e1fae530fe36439805576f8103aafc34583))
13
+
14
+ ## [0.23.0](https://github.com/grain-lang/binaryen.ml/compare/v0.22.0...v0.23.0) (2023-09-27)
15
+
16
+
17
+ ### ⚠ BREAKING CHANGES
18
+
19
+ * Remove `type_system`
20
+ * Remove `string_new_replace` operation
21
+ * Remove `string_new_replace_array` operation
22
+ * Upgrade to libbinaryen v113 ([#194](https://github.com/grain-lang/binaryen.ml/issues/194))
23
+
24
+ ### Features
25
+
26
+ * Add `string_encode_lossy_utf8_array` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
27
+ * Add `string_encode_lossy_utf8` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
28
+ * Add `string_new_lossy_utf8_array` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
29
+ * Add `string_new_lossy_utf8` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
30
+ * Upgrade to libbinaryen v113 ([#194](https://github.com/grain-lang/binaryen.ml/issues/194)) ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
31
+
32
+
33
+ ### Miscellaneous Chores
34
+
35
+ * Remove `string_new_replace_array` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
36
+ * Remove `string_new_replace` operation ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
37
+ * Remove `type_system` ([7d222e0](https://github.com/grain-lang/binaryen.ml/commit/7d222e0f8ebc0cfb45e7c07304a59e9559accedc))
38
+
3
39
  ## [0.22.0](https://github.com/grain-lang/binaryen.ml/compare/v0.21.0...v0.22.0) (2023-09-14)
4
40
 
5
41
 
@@ -1,5 +1,5 @@
1
1
  opam-version: "2.0"
2
- version: "0.22.0"
2
+ version: "0.24.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" {>= "112.0.0" < "113.0.0"}
19
+ "libbinaryen" {>= "114.0.0" < "115.0.0"}
20
20
  ]