package binaryen

  1. Overview
  2. Docs
OCaml bindings for Binaryen

Install

dune-project
 Dependency

Authors

Maintainers

Sources

binaryen-archive-v0.32.0.tar.gz
md5=29238bad1300cc6f968004e2e6c69782
sha512=341e0436d2f55f1f12b64782ef870296a56ff717c5672bcc6e02f15cfe6995917833404b3a393a642fbc7630d6e4df956f8fa501bbcdcb9eac0861118b6c8276

doc/binaryen/Binaryen/Module/index.html

Module Binaryen.ModuleSource

Sourcetype t
Sourcemodule Feature : sig ... end
Sourceval create : unit -> t
Sourceval dispose : t -> unit
Sourceval add_custom_section : t -> string -> string -> unit
Sourceval parse : string -> t
Sourceval print : t -> unit
Sourceval print_asmjs : t -> unit
Sourceval print_stack_ir : t -> unit
Sourceval validate : t -> int
Sourceval optimize : t -> unit
Sourceval get_features : t -> Feature.t list
Sourceval set_features : t -> Feature.t list -> unit
Sourceval run_passes : t -> Passes.t list -> unit
Sourceval write : t -> string option -> bytes * string option
Sourceval write_text : t -> string
Sourceval write_stack_ir : t -> string
Sourceval read : bytes -> t
Sourceval interpret : t -> unit
Sourceval add_debug_info_filename : t -> string -> int
Sourceval get_debug_info_filename : t -> int -> string
Sourceval update_maps : t -> unit