package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type section = {
  1. offset : Offset.t;
  2. map : Standard.t;
}
type t = {
  1. version : int;
  2. file : string option;
  3. sections : section list;
}
OCaml

Innovation. Community. Security.