Module Js_of_ocaml_compiler.Parse_bytecode
module Debug : sig ... endtype one={code : Code.program;cmis : Stdlib.StringSet.t;debug : Debug.t;}
val from_exe : ?includes:string list -> ?toplevel:bool -> ?exported_unit:string list -> ?dynlink:bool -> ?debug:bool -> Stdlib.in_channel -> oneval from_cmo : ?includes:string list -> ?toplevel:bool -> ?debug:bool -> Cmo_format.compilation_unit -> Stdlib.in_channel -> oneval from_cma : ?includes:string list -> ?toplevel:bool -> ?debug:bool -> Cmo_format.library -> Stdlib.in_channel -> oneval from_channel : Stdlib.in_channel -> [ `Cmo of Cmo_format.compilation_unit | `Cma of Cmo_format.library | `Exe ]val from_string : string array -> string -> Code.program * Debug.tval predefined_exceptions : unit -> Code.program