package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Flag : sig ... end
module Param : sig ... end

This module contains parameters that may be modified through command-line flags.

Parameters that are constant across a program run

These parameters should be set at most once at the beginning of the program.

val target : unit -> [ `JavaScript | `Wasm ]
val set_target : [ `JavaScript | `Wasm ] -> unit
OCaml

Innovation. Community. Security.