package wasmer

  1. Overview
  2. Docs

Module Wasmer.ExternkindSource

Sourcetype ocaml =
  1. | Func
  2. | Global
  3. | Table
  4. | Memory
Sourcetype t = Unsigned.uint8
Sourceval of_c : t -> ocaml
Sourceval to_c : ocaml -> t