package binaryen

  1. Overview
  2. Docs
OCaml bindings for Binaryen

Install

Dune Dependency

Authors

Maintainers

Sources

binaryen-archive-v0.21.0.tar.gz
md5=42d4c25fbd227f9b76dca6aaa4422a6a
sha512=ce94aae8fb63eadb66371eb5842d51a3d831172f76c5192d24ac065f28c8eb9af9a9327d1a038097efe1f9255cb93fd2666204bcbc1ddab4d21a6a3fe35c5032

doc/src/binaryen/heap_type.ml.html

Source file heap_type.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
type t

external ext : unit -> t = "caml_binaryen_heap_type_ext"
external func : unit -> t = "caml_binaryen_heap_type_func"
external any : unit -> t = "caml_binaryen_heap_type_any"
external eq : unit -> t = "caml_binaryen_heap_type_eq"
external i31 : unit -> t = "caml_binaryen_heap_type_i31"
external data : unit -> t = "caml_binaryen_heap_type_data"
external array : unit -> t = "caml_binaryen_heap_type_array"
external string : unit -> t = "caml_binaryen_heap_type_string"
external stringview_wtf8 : unit -> t = "caml_binaryen_heap_type_stringview_wtf8"

external stringview_wtf16 : unit -> t
  = "caml_binaryen_heap_type_stringview_wtf16"

external stringview_iter : unit -> t = "caml_binaryen_heap_type_stringview_iter"
external none : unit -> t = "caml_binaryen_heap_type_none"
external noext : unit -> t = "caml_binaryen_heap_type_noext"
external nofunc : unit -> t = "caml_binaryen_heap_type_nofunc"
external is_basic : t -> bool = "caml_binaryen_heap_type_is_basic"
external is_signature : t -> bool = "caml_binaryen_heap_type_is_signature"
external is_struct : t -> bool = "caml_binaryen_heap_type_is_struct"
external is_array : t -> bool = "caml_binaryen_heap_type_is_array"
external is_bottom : t -> bool = "caml_binaryen_heap_type_is_bottom"
external get_bottom : t -> t = "caml_binaryen_heap_type_get_bottom"
external is_sub_type : t -> bool = "caml_binaryen_heap_type_is_sub_type"
OCaml

Innovation. Community. Security.