package owi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type opt_ind =
  1. | Curr of int
  2. | Indice of Types.text Types.indice
type opt_export = {
  1. name : string;
  2. id : opt_ind;
}
type opt_exports = {
  1. global : opt_export list;
  2. mem : opt_export list;
  3. table : opt_export list;
  4. func : opt_export list;
}
val of_symbolic : Text.modul -> t Result.t
OCaml

Innovation. Community. Security.