@grain/binaryen.ml 0.11.0 → 0.12.1
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 +46 -0
- binaryen-archive/README.md +1 -1
- binaryen-archive/binaryen.opam +6 -6
- binaryen-archive/esy.lock/index.json +325 -310
- binaryen-archive/esy.lock/opam/base-bytes.base/opam +9 -0
- binaryen-archive/esy.lock/opam/{base.v0.14.2 → base.v0.14.3}/opam +2 -2
- binaryen-archive/esy.lock/opam/{dune-build-info.2.9.1 → dune-build-info.2.9.3}/opam +5 -4
- binaryen-archive/esy.lock/opam/{dune-configurator.2.9.1 → dune-configurator.2.9.3}/opam +5 -4
- binaryen-archive/esy.lock/opam/{dune.2.9.1 → dune.2.9.3}/opam +5 -4
- binaryen-archive/esy.lock/opam/either.1.0.0/opam +40 -0
- binaryen-archive/esy.lock/opam/{fix.20211231 → fix.20220121}/opam +3 -3
- binaryen-archive/esy.lock/opam/menhir.20211128/opam +1 -1
- binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.9.0 → ocaml-lsp-server.1.9.1}/opam +5 -5
- binaryen-archive/esy.lock/opam/{ocamlfind.1.9.1 → ocamlfind.1.9.3}/opam +3 -3
- binaryen-archive/esy.lock/opam/{ocamlformat.0.18.0 → ocamlformat.0.20.1}/opam +14 -15
- binaryen-archive/esy.lock/opam/ocp-indent.1.7.0/opam +57 -0
- binaryen-archive/esy.lock/opam/odoc-parser.1.0.0/opam +46 -0
- binaryen-archive/esy.lock/opam/{ppxlib.0.22.2 → ppxlib.0.24.0}/opam +9 -6
- binaryen-archive/esy.lock/opam/{topkg.1.0.4 → topkg.1.0.5}/opam +3 -3
- binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.1_opam_override/files/findlib-1.9.1.patch → opam__s__ocamlfind_opam__c__1.9.3_opam_override/files/findlib.patch} +0 -0
- binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.1_opam_override → opam__s__ocamlfind_opam__c__1.9.3_opam_override}/package.json +1 -1
- binaryen-archive/js/binaryen.es5.js +5 -5
- binaryen-archive/js/dune +1 -1
- binaryen-archive/js/export.ml +1 -1
- binaryen-archive/js/module.ml +6 -1
- binaryen-archive/js/postlude.js +2 -2
- binaryen-archive/js/prelude.js +11 -0
- binaryen-archive/js/table.ml +2 -2
- binaryen-archive/package.json +11 -8
- binaryen-archive/src/binaryen_stubs_exports.c +2 -2
- binaryen-archive/src/binaryen_stubs_modules.c +7 -0
- binaryen-archive/src/binaryen_stubs_tables.c +4 -3
- binaryen-archive/src/dune +1 -2
- binaryen-archive/src/export.ml +2 -2
- binaryen-archive/src/module.ml +5 -1
- binaryen-archive/src/table.ml +2 -2
- binaryen-archive/test/test.expected +5 -5
- binaryen-archive/test/test.ml +4 -1
- binaryen-archive/virtual/export.mli +1 -1
- binaryen-archive/virtual/module.mli +2 -0
- binaryen-archive/virtual/table.mli +1 -1
- binaryen-archive/esy.lock/opam/ocaml-migrate-parsetree.2.3.0/opam +0 -39
- binaryen-archive/esy.lock/opam/odoc.1.5.3/opam +0 -53
- binaryen-archive/esy.lock/opam/tyxml.4.5.0/opam +0 -42
binaryen-archive/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [0.12.1](https://github.com/grain-lang/binaryen.ml/compare/v0.12.0...v0.12.1) (2022-02-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **ci:** Upgrade release-please ([#131](https://github.com/grain-lang/binaryen.ml/issues/131)) ([ca3bdb7](https://github.com/grain-lang/binaryen.ml/commit/ca3bdb7aa324a013205a80759bcc733fea64ae4a))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Restrict js_of_ocaml to version 3 ([fa39480](https://github.com/grain-lang/binaryen.ml/commit/fa39480fc74b19cf7052ec5c0764ee58b5783549))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Miscellaneous Chores
|
|
17
|
+
|
|
18
|
+
* Fix release version ([5d1bd42](https://github.com/grain-lang/binaryen.ml/commit/5d1bd42a7132298a902060c46dae72507e702eb0))
|
|
19
|
+
|
|
20
|
+
## [0.12.0](https://www.github.com/grain-lang/binaryen.ml/compare/v0.11.2...v0.12.0) (2022-01-26)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### ⚠ BREAKING CHANGES
|
|
24
|
+
|
|
25
|
+
* Add table type to add_table signature
|
|
26
|
+
* Rename Event to Tag to match Binaryen
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* Add table type to add_table signature ([5c50272](https://www.github.com/grain-lang/binaryen.ml/commit/5c502720943a8bf6e649891051db00336eec9451))
|
|
31
|
+
* Add update_maps function that Binaryen added ([5c50272](https://www.github.com/grain-lang/binaryen.ml/commit/5c502720943a8bf6e649891051db00336eec9451))
|
|
32
|
+
* Rename Event to Tag to match Binaryen ([5c50272](https://www.github.com/grain-lang/binaryen.ml/commit/5c502720943a8bf6e649891051db00336eec9451))
|
|
33
|
+
* Upgrade to libbinaryen v102 ([#120](https://www.github.com/grain-lang/binaryen.ml/issues/120)) ([5c50272](https://www.github.com/grain-lang/binaryen.ml/commit/5c502720943a8bf6e649891051db00336eec9451))
|
|
34
|
+
|
|
35
|
+
### [0.11.2](https://www.github.com/grain-lang/binaryen.ml/compare/v0.11.1...v0.11.2) (2022-01-24)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* Handle JS global in non-node environments ([#125](https://www.github.com/grain-lang/binaryen.ml/issues/125)) ([74e94fe](https://www.github.com/grain-lang/binaryen.ml/commit/74e94fe8ac7b2c2a66b8118b5eaa3a81e5f9296a))
|
|
41
|
+
|
|
42
|
+
### [0.11.1](https://www.github.com/grain-lang/binaryen.ml/compare/v0.11.0...v0.11.1) (2022-01-16)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* Make features work in 32-bit mode ([#123](https://www.github.com/grain-lang/binaryen.ml/issues/123)) ([e435c8b](https://www.github.com/grain-lang/binaryen.ml/commit/e435c8bd9f6619c42b82e53e5d1caa929b5d4ebf))
|
|
48
|
+
|
|
3
49
|
## [0.11.0](https://www.github.com/grain-lang/binaryen.ml/compare/v0.10.0...v0.11.0) (2022-01-13)
|
|
4
50
|
|
|
5
51
|
|
binaryen-archive/README.md
CHANGED
|
@@ -35,7 +35,7 @@ let _ = Module.dispose wasm_mod
|
|
|
35
35
|
This project aims to provide full feature parity with the [Binaryen C API](https://github.com/WebAssembly/binaryen/blob/master/src/binaryen-c.h). It's fairly complete, but a few things still need bindings:
|
|
36
36
|
|
|
37
37
|
- SIMD instructions
|
|
38
|
-
-
|
|
38
|
+
- Tags
|
|
39
39
|
- Atomics
|
|
40
40
|
- Query operations on expressions
|
|
41
41
|
- Query operations on functions
|
binaryen-archive/binaryen.opam
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
opam-version: "2.0"
|
|
2
|
-
version: "0.
|
|
2
|
+
version: "0.12.1"
|
|
3
3
|
synopsis: "OCaml bindings for Binaryen"
|
|
4
4
|
maintainer: "oscar@grain-lang.org"
|
|
5
5
|
author: "Oscar Spencer"
|
|
@@ -12,11 +12,11 @@ build: [
|
|
|
12
12
|
[ "dune" "build" "-p" name "-j" jobs ]
|
|
13
13
|
]
|
|
14
14
|
depends: [
|
|
15
|
-
"ocaml" {>= "4.12"
|
|
15
|
+
"ocaml" {>= "4.12"}
|
|
16
16
|
"dune" {>= "2.9.1"}
|
|
17
17
|
"dune-configurator" {>= "2.9.1"}
|
|
18
|
-
"js_of_ocaml" {>= "3.10.0"}
|
|
19
|
-
"js_of_ocaml-ppx" {>= "3.10.0"}
|
|
20
|
-
"js_of_ocaml-compiler" {>= "3.10.0"}
|
|
21
|
-
"libbinaryen" {>= "
|
|
18
|
+
"js_of_ocaml" {>= "3.10.0" < "4.0.0"}
|
|
19
|
+
"js_of_ocaml-ppx" {>= "3.10.0" < "4.0.0"}
|
|
20
|
+
"js_of_ocaml-compiler" {>= "3.10.0" < "4.0.0"}
|
|
21
|
+
"libbinaryen" {>= "102.0.4" < "103.0.0"}
|
|
22
22
|
]
|