Js_of_ocaml_compiler.Parse_bytecode
module Debug : sig ... end
module Toc : sig ... end
val read_primitives : Toc.t -> Stdlib.in_channel -> string list
val from_exe : ?includes:string list -> ?toplevel:bool ->
?exported_unit:string list -> ?dynlink:bool -> ?debug:bool -> Stdlib.in_channel -> one
val from_cmo : ?includes:string list -> ?toplevel:bool -> ?debug:bool ->
Cmo_format.compilation_unit -> Stdlib.in_channel -> one
val from_cma : ?includes:string list -> ?toplevel:bool -> ?debug:bool ->
Cmo_format.library -> Stdlib.in_channel -> one
val from_string : string array -> string -> Code.program * Debug.t
val predefined_exceptions : unit -> Code.program