Call WASM function (type safe)
wasmer_call_function_safe_ext.RdCall an exported WASM function with type safety and conversion.
Examples
if (FALSE) { # \dontrun{
wasmer_call_function_safe_ext(ptr, "inst1", "add", list(1, 2))
} # }
wasmer_call_function_safe_ext.RdCall an exported WASM function with type safety and conversion.
if (FALSE) { # \dontrun{
wasmer_call_function_safe_ext(ptr, "inst1", "add", list(1, 2))
} # }