@grain/binaryen.ml 0.17.1 → 0.18.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 (45) hide show
  1. binaryen-archive/CHANGELOG.md +22 -0
  2. binaryen-archive/binaryen.opam +2 -2
  3. binaryen-archive/esy.lock/index.json +243 -289
  4. binaryen-archive/esy.lock/opam/{dune-build-info.3.2.0 → dune-build-info.3.3.1}/opam +5 -6
  5. binaryen-archive/esy.lock/opam/{dune-configurator.3.2.0 → dune-configurator.3.3.1}/opam +6 -6
  6. binaryen-archive/esy.lock/opam/{dune-rpc.3.2.0 → dune-rpc.3.3.1}/opam +5 -6
  7. binaryen-archive/esy.lock/opam/{dune.3.2.0 → dune.3.3.1}/opam +4 -5
  8. binaryen-archive/esy.lock/opam/{dyn.3.2.0 → dyn.3.3.1}/opam +5 -6
  9. binaryen-archive/esy.lock/opam/{fiber.3.2.0 → fiber.3.3.1}/opam +5 -6
  10. binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.11.6 → ocaml-lsp-server.1.12.2}/opam +5 -5
  11. binaryen-archive/esy.lock/opam/{ocamlfind.1.9.3 → ocamlfind.1.9.5}/opam +4 -3
  12. binaryen-archive/esy.lock/opam/odoc-parser.1.0.0/opam +1 -1
  13. binaryen-archive/esy.lock/opam/{ordering.3.2.0 → ordering.3.3.1}/opam +5 -6
  14. binaryen-archive/esy.lock/opam/{ppxlib.0.26.0 → ppxlib.0.27.0}/opam +6 -6
  15. binaryen-archive/esy.lock/opam/sexplib0.v0.14.0/opam +1 -1
  16. binaryen-archive/esy.lock/opam/{stdune.3.2.0 → stdune.3.3.1}/opam +6 -6
  17. binaryen-archive/esy.lock/opam/{xdg.3.2.0 → xdg.3.3.1}/opam +5 -6
  18. binaryen-archive/esy.lock/opam/{yojson.1.7.0 → yojson.2.0.0}/opam +13 -13
  19. binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.3_opam_override → opam__s__ocamlfind_opam__c__1.9.5_opam_override}/files/findlib.patch +0 -0
  20. binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.3_opam_override → opam__s__ocamlfind_opam__c__1.9.5_opam_override}/package.json +0 -0
  21. binaryen-archive/package.json +2 -2
  22. binaryen-archive/src/binaryen_stubs_exports.js +36 -20
  23. binaryen-archive/src/binaryen_stubs_expressions.c +101 -0
  24. binaryen-archive/src/binaryen_stubs_expressions.js +543 -508
  25. binaryen-archive/src/binaryen_stubs_features.js +34 -34
  26. binaryen-archive/src/binaryen_stubs_functions.js +45 -19
  27. binaryen-archive/src/binaryen_stubs_globals.js +8 -8
  28. binaryen-archive/src/binaryen_stubs_imports.js +53 -14
  29. binaryen-archive/src/binaryen_stubs_memory.js +4 -2
  30. binaryen-archive/src/binaryen_stubs_modules.js +9 -8
  31. binaryen-archive/src/binaryen_stubs_ops.js +632 -632
  32. binaryen-archive/src/binaryen_stubs_settings.js +36 -38
  33. binaryen-archive/src/binaryen_stubs_tables.js +18 -12
  34. binaryen-archive/src/binaryen_stubs_types.c +23 -2
  35. binaryen-archive/src/binaryen_stubs_types.js +44 -26
  36. binaryen-archive/src/expression.ml +27 -0
  37. binaryen-archive/src/expression.mli +18 -0
  38. binaryen-archive/src/memory.ml +15 -12
  39. binaryen-archive/src/memory.mli +2 -6
  40. binaryen-archive/src/type.ml +14 -2
  41. binaryen-archive/src/type.mli +4 -1
  42. binaryen-archive/test/test.expected +13 -12
  43. binaryen-archive/test/test.ml +21 -10
  44. binaryen-archive/esy.lock/opam/biniou.1.2.1/opam +0 -45
  45. binaryen-archive/esy.lock/opam/easy-format.1.3.4/opam +0 -56
@@ -1,45 +0,0 @@
1
- opam-version: "2.0"
2
- build: [
3
- ["dune" "subst"] {dev}
4
- ["dune" "build" "-p" name "-j" jobs]
5
- ["dune" "runtest" "-p" name "-j" jobs] {with-test}
6
- ["dune" "build" "-p" name "@doc"] {with-doc}
7
- ]
8
- maintainer: ["martin@mjambon.com"]
9
- authors: ["Martin Jambon"]
10
- bug-reports: "https://github.com/mjambon/biniou/issues"
11
- homepage: "https://github.com/mjambon/biniou"
12
- doc: "https://mjambon.github.io/biniou/"
13
- license: "BSD-3-Clause"
14
- dev-repo: "git+https://github.com/mjambon/biniou.git"
15
- synopsis:
16
- "Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve"
17
- description: """
18
-
19
- Biniou (pronounced "be new") is a binary data format designed for speed, safety,
20
- ease of use and backward compatibility as protocols evolve. Biniou is vastly
21
- equivalent to JSON in terms of functionality but allows implementations several
22
- times faster (4 times faster than yojson), with 25-35% space savings.
23
-
24
- Biniou data can be decoded into human-readable form without knowledge of type
25
- definitions except for field and variant names which are represented by 31-bit
26
- hashes. A program named bdump is provided for routine visualization of biniou
27
- data files.
28
-
29
- The program atdgen is used to derive OCaml-Biniou serializers and deserializers
30
- from type definitions.
31
-
32
- Biniou format specification: mjambon.github.io/atdgen-doc/biniou-format.txt"""
33
- depends: [
34
- "easy-format"
35
- "dune" {>= "1.10"}
36
- "ocaml" {>= "4.02.3"}
37
- ]
38
- url {
39
- src:
40
- "https://github.com/mjambon/biniou/releases/download/1.2.1/biniou-1.2.1.tbz"
41
- checksum: [
42
- "sha256=35546c68b1929a8e6d27a3b39ecd17b38303a0d47e65eb9d1480c2061ea84335"
43
- "sha512=82670cc77bf3e869ee26e5fbe5a5affa45a22bc8b6c4bd7e85473912780e0111baca59b34a2c14feae3543ce6e239d7fddaeab24b686a65bfe642cdb91d27ebf"
44
- ]
45
- }
@@ -1,56 +0,0 @@
1
- opam-version: "2.0"
2
- synopsis:
3
- "High-level and functional interface to the Format module of the OCaml standard library"
4
- description: """
5
-
6
- This module offers a high-level and functional interface to the Format module of
7
- the OCaml standard library. It is a pretty-printing facility, i.e. it takes as
8
- input some code represented as a tree and formats this code into the most
9
- visually satisfying result, breaking and indenting lines of code where
10
- appropriate.
11
-
12
- Input data must be first modelled and converted into a tree using 3 kinds of
13
- nodes:
14
-
15
- * atoms
16
- * lists
17
- * labelled nodes
18
-
19
- Atoms represent any text that is guaranteed to be printed as-is. Lists can model
20
- any sequence of items such as arrays of data or lists of definitions that are
21
- labelled with something like "int main", "let x =" or "x:"."""
22
- maintainer: ["martin@mjambon.com" "rudi.grinberg@gmail.com"]
23
- authors: ["Martin Jambon"]
24
- license: "BSD-3-Clause"
25
- homepage: "https://github.com/ocaml-community/easy-format"
26
- doc: "https://mjambon.github.io/easy-format/"
27
- bug-reports: "https://github.com/ocaml-community/easy-format/issues"
28
- depends: [
29
- "dune" {>= "3.2" & >= "1.10"}
30
- "ocaml" {>= "4.08"}
31
- "odoc" {with-doc}
32
- ]
33
- build: [
34
- ["dune" "subst"] {dev}
35
- [
36
- "dune"
37
- "build"
38
- "-p"
39
- name
40
- "-j"
41
- jobs
42
- "@install"
43
- "@runtest" {with-test}
44
- "@doc" {with-doc}
45
- ]
46
- ]
47
- dev-repo: "git+https://github.com/ocaml-community/easy-format.git"
48
- url {
49
- src:
50
- "https://github.com/ocaml-community/easy-format/releases/download/1.3.4/easy-format-1.3.4.tbz"
51
- checksum: [
52
- "sha256=1dbf051e9f68574dde6e2e254a66b9c524ca425e80b36e99af96ed964ab610c3"
53
- "sha512=90264864dde4cbf51f60fb5c21cf033e11bdeb662e76b62ce27b496c298ca9102174885ed7a6d29a6b8e43089e27d5bb5be247f88d9739c15cfd8470fec29d33"
54
- ]
55
- }
56
- x-commit-hash: "ba4962884509ceec63905dd6e0ccb429be4f9f66"