Module Js_of_ocaml_compiler.Linker
module Fragment : sig ... endval load_files :
target_env:Js_of_ocaml_compiler.Target_env.t ->
string list ->
unitval load_fragments :
target_env:Js_of_ocaml_compiler.Target_env.t ->
filename:string ->
Js_of_ocaml_compiler.Linker.Fragment.t list ->
unittype always_required = {filename : string;program : Js_of_ocaml_compiler.Javascript.program;requires : string list;
}type output = {runtime_code : Js_of_ocaml_compiler.Javascript.program;always_required_codes : Js_of_ocaml_compiler.Linker.always_required list;
}val list_all :
?from:string list ->
unit ->
Js_of_ocaml_compiler.Stdlib.StringSet.tval list_all_with_aliases :
?from:string list ->
unit ->
Js_of_ocaml_compiler.Stdlib.StringSet.t
Js_of_ocaml_compiler.Stdlib.StringMap.tval init : ?from:string list -> unit -> Js_of_ocaml_compiler.Linker.stateval resolve_deps :
?check_missing:bool ->
Js_of_ocaml_compiler.Linker.state ->
Js_of_ocaml_compiler.Stdlib.StringSet.t ->
Js_of_ocaml_compiler.Linker.state * Js_of_ocaml_compiler.Stdlib.StringSet.tval link :
?check_missing:bool ->
Js_of_ocaml_compiler.Javascript.program ->
Js_of_ocaml_compiler.Linker.state ->
Js_of_ocaml_compiler.Linker.outputval all : Js_of_ocaml_compiler.Linker.state -> string listval missing : Js_of_ocaml_compiler.Linker.state -> string list