Js_of_ocaml_compiler.Parse_bytecodemodule Debug : sig ... endmodule Toc : sig ... endval read_primitives : Toc.t -> Stdlib.in_channel -> string listval from_exe :
?includes:string list ->
linkall:bool ->
link_info:bool ->
include_cmis:bool ->
?exported_unit:string list ->
?debug:bool ->
Stdlib.in_channel ->
oneval from_cmo :
?includes:string list ->
?include_cmis:bool ->
?debug:bool ->
Ocaml_compiler.Cmo_format.t ->
Stdlib.in_channel ->
oneval from_cma :
?includes:string list ->
?include_cmis:bool ->
?debug:bool ->
Cmo_format.library ->
Stdlib.in_channel ->
oneval from_channel :
Stdlib.in_channel ->
[ `Cmo of Ocaml_compiler.Cmo_format.t | `Cma of Cmo_format.library | `Exe ]val from_string :
prims:string array ->
debug:Instruct.debug_event list array ->
string ->
Code.programval predefined_exceptions : unit -> Code.program * Unit_info.ttype bytesections = {symb : Ocaml_compiler.Symtable.GlobalMap.t;crcs : Ocaml_compiler.Import_info.table;prim : string list;dlpt : string list;}val read_crcs : Stdlib.in_channel -> Ocaml_compiler.Import_info.t listval link_info :
symbols:Ocaml_compiler.Symtable.GlobalMap.t ->
primitives:Stdlib.StringSet.t ->
crcs:Ocaml_compiler.Import_info.t list ->
num_globals:int ->
Code.program