mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 21:51: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 result = instance.call(&named_export.name, ¶ms[..]);
|
||||
|
||||
match result {
|
||||
Ok(results_vec) => {
|
||||
if !results_vec.is_empty() {
|
||||
|
Reference in New Issue
Block a user