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