package binaryen

  1. Overview
  2. Docs

Module Binaryen.SettingsSource

Sourceval get_optimize_level : unit -> int
Sourceval set_optimize_level : int -> unit
Sourceval get_shrink_level : unit -> int
Sourceval set_shrink_level : int -> unit
Sourceval get_debug_info : unit -> bool
Sourceval set_debug_info : bool -> unit
Sourceval get_low_memory_unused : unit -> bool
Sourceval set_low_memory_unused : bool -> unit
Sourceval get_pass_argument : string -> string
Sourceval set_pass_argument : string -> string -> unit
Sourceval get_always_inline_max_size : unit -> int
Sourceval set_always_inline_max_size : int -> unit
Sourceval get_flexible_inline_max_size : unit -> int
Sourceval set_flexible_inline_max_size : int -> unit
Sourceval get_one_caller_inline_max_size : unit -> int
Sourceval set_one_caller_inline_max_size : int -> unit
Sourceval set_colors_enabled : bool -> unit
Sourceval are_colors_enabled : unit -> bool
OCaml

Innovation. Community. Security.