mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-04 02:51:33 +00:00
chore(interface-types) Simplify code.
This commit is contained in:
@ -88,7 +88,7 @@ mod tests {
|
|||||||
InterfaceValue::I32(3),
|
InterfaceValue::I32(3),
|
||||||
InterfaceValue::I32(4),
|
InterfaceValue::I32(4),
|
||||||
],
|
],
|
||||||
instance: Instance { ..Default::default() },
|
instance: Default::default(),
|
||||||
error: r#"`call 42` cannot call the local or imported function `42` because it doesn't exist."#,
|
error: r#"`call 42` cannot call the local or imported function `42` because it doesn't exist."#,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user