package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.ConfigSource

Sourcemodule Flag : sig ... end
Sourcemodule 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.

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

Innovation. Community. Security.