package wasm_of_ocaml-compiler

  1. Overview
  2. Docs
type input = {
  1. module_name : string;
  2. file : string;
  3. code : string option;
  4. opt_source_map : Js_of_ocaml_compiler.Source_map.Standard.t option;
}
val f : input list -> output_file:string -> Js_of_ocaml_compiler.Source_map.t
OCaml

Innovation. Community. Security.