Module Wasm_of_ocaml_compiler.Wasm_source_map

type t
type resize_data = {
  1. mutable i : int;
  2. mutable pos : int array;
  3. mutable delta : int array;
}
val iter_sources : Js_of_ocaml_compiler.Source_map.t -> (int option -> int option -> string -> unit) -> unit
val insert_source_contents : Js_of_ocaml_compiler.Source_map.t -> (int option -> int option -> string -> string option) -> Js_of_ocaml_compiler.Source_map.t
val blackbox_filename : string
val blackbox_contents : string