mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 20:51:32 +00:00
fix missing info error
This commit is contained in:
@ -110,7 +110,7 @@ fn generate_trampoline(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
return Err("trampoline function multi-value returns".to_string());
|
return Err("trampoline function multi-value returns unimplemented".to_string());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user