package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type profile
val f : ?standalone:bool -> ?wrap_with_fun:[ `Iife | `Anonymous | `Named of string ] -> ?profile:profile -> ?linkall:bool -> ?source_map:(string option * Source_map.t) -> ?custom_header:string -> Pretty_print.t -> Parse_bytecode.Debug.t -> Code.program -> unit
val from_string : prims:string array -> debug:Instruct.debug_event list array -> string -> Pretty_print.t -> unit
val profiles : (int * profile) list
val profile : int -> profile option