package binaryen

  1. Overview
  2. Docs
OCaml bindings for Binaryen

Install

dune-project
 Dependency

Authors

Maintainers

Sources

binaryen-archive-v0.28.0.tar.gz
md5=d13ba0bdc217fb7c1a46c105f079e05f
sha512=26cd80e0c46e8cf30f940589fdde03727289b63a5f3f1b6eefe595299cf34531030f4868f1e1c04136c6ff64f34da87a51df24df5934c35ed98b87d6f2ce07ff

doc/binaryen/Binaryen/Type/index.html

Module Binaryen.TypeSource

Sourcetype t
Sourceval none : t
Sourceval int32 : t
Sourceval int64 : t
Sourceval float32 : t
Sourceval float64 : t
Sourceval vec128 : t
Sourceval funcref : t
Sourceval anyref : t
Sourceval eqref : t
Sourceval i31ref : t
Sourceval structref : t
Sourceval arrayref : t
Sourceval stringref : t
Sourceval nullref : t
Sourceval null_externref : t
Sourceval null_funcref : t
Sourceval unreachable : t
Sourceval auto : t
Sourceval create : t array -> t
Sourceval expand : t -> t array
Sourceval is_nullable : t -> bool
Sourceval from_heap_type : Heap_type.t -> t
Sourceval get_heap_type : t -> Heap_type.t