package wasm_of_ocaml-compiler

  1. Overview
  2. Docs
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 : rewrite_path:(string -> string) -> 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
OCaml

Innovation. Community. Security.