We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fac5f commit 562103eCopy full SHA for 562103e
1 file changed
packages/vm/src/calls.rs
@@ -31,7 +31,7 @@ where
31
let function = instance
32
.exports
33
.get_function(entry)
34
- .unwrap()
+ .map_err(|_| Error::BadEntrySignatureError)?
35
.native::<(), ()>()
36
.map_err(|_| Error::BadEntrySignatureError)?;
37
0 commit comments