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 dataref : t
Sourceval stringref : t
Sourceval stringview_wtf8 : t
Sourceval stringview_wtf16 : t
Sourceval stringview_iter : 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