package binaryen

  1. Overview
  2. Docs

Source file packed_type.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
type t = int

external not_packed : unit -> t = "caml_binaryen_packed_type_not_packed"

let not_packed = not_packed ()

external int8 : unit -> t = "caml_binaryen_packed_type_int8"

let int8 = int8 ()

external int16 : unit -> t = "caml_binaryen_packed_type_int16"

let int16 = int16 ()
OCaml

Innovation. Community. Security.