package binaryen

  1. Overview
  2. Docs

Module Binaryen.ExportSource

Sourcetype t
Sourceval add_function_export : Module.t -> string -> string -> t
Sourceval add_table_export : Module.t -> string -> string -> t
Sourceval add_memory_export : Module.t -> string -> string -> t
Sourceval add_global_export : Module.t -> string -> string -> t
Sourceval get_export : Module.t -> string -> t
Sourceval remove_export : Module.t -> string -> unit
Sourceval get_num_exports : Module.t -> int
Sourceval get_export_by_index : Module.t -> int -> t
Sourceval get_name : t -> string
Sourceval get_value : t -> string
Sourceval external_function : int
Sourceval external_table : int
Sourceval external_memory : int
Sourceval external_global : int
Sourceval external_tag : int
Sourceval export_get_kind : t -> int
OCaml

Innovation. Community. Security.