Call WASM function
wasmer_call_function_ext.RdCall an exported function from a WASM instance.
Examples
if (FALSE) { # \dontrun{
wasmer_call_function_ext(ptr, "inst1", "add", list(1, 2))
} # }
wasmer_call_function_ext.RdCall an exported function from a WASM instance.
if (FALSE) { # \dontrun{
wasmer_call_function_ext(ptr, "inst1", "add", list(1, 2))
} # }