Add error handling to host init logic

This commit is contained in:
Mark McCaskey
2020-10-28 17:39:37 -07:00
parent 8b87526d9d
commit be3ab95688
11 changed files with 127 additions and 119 deletions

View File

@@ -202,6 +202,7 @@ macro_rules! impl_native_traits {
}
}
#[allow(unused_parens)]
impl<'a, $( $x, )* Rets> crate::exports::ExportableWithGenerics<'a, ($( $x ),*), Rets> for NativeFunc<( $( $x ),* ), Rets>
where
$( $x: FromToNativeWasmType, )*