Skip to contents

List all exports from a WASM instance.

Usage

wasmer_list_exports_ext(ptr, instance_name)

Arguments

ptr

External pointer to WasmerRuntime.

instance_name

Name of the instance.

Value

List with success flag and exports or error

Details

List all exports from a WASM instance

Examples

if (FALSE) { # \dontrun{
wasmer_list_exports_ext(ptr, "inst1")
} # }