mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 14:11:32 +00:00
chore(runtime-c-api) Fix CS.
This commit is contained in:
@ -456,6 +456,7 @@ pub unsafe extern "C" fn wasmer_export_func_call(
|
|||||||
|
|
||||||
let instance = &*named_export.instance;
|
let instance = &*named_export.instance;
|
||||||
let result = instance.call(&named_export.name, ¶ms[..]);
|
let result = instance.call(&named_export.name, ¶ms[..]);
|
||||||
|
|
||||||
match result {
|
match result {
|
||||||
Ok(results_vec) => {
|
Ok(results_vec) => {
|
||||||
if !results_vec.is_empty() {
|
if !results_vec.is_empty() {
|
||||||
|
Reference in New Issue
Block a user