package binaryen

  1. Overview
  2. Docs

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