Js_of_ocaml_compiler.Driverval f :
?standalone:bool ->
?wrap_with_fun:[ `Iife | `Anonymous | `Named of string ] ->
?profile:profile ->
?linkall:bool ->
?source_map:Source_map.t ->
?custom_header:string ->
Pretty_print.t ->
Parse_bytecode.Debug.t ->
Code.program ->
Source_map.t optionval f' :
?standalone:bool ->
?wrap_with_fun:[ `Iife | `Anonymous | `Named of string ] ->
?profile:profile ->
?linkall:bool ->
?custom_header:string ->
Pretty_print.t ->
Parse_bytecode.Debug.t ->
Code.program ->
unitval from_string :
prims:string array ->
debug:Instruct.debug_event list array ->
string ->
Pretty_print.t ->
unitval configure : Pretty_print.t -> unitval profiles : (int * profile) listval profile : int -> profile option