mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-19 20:01:20 +00:00
Fix macro AGAIN
This commit is contained in:
@ -19,7 +19,7 @@ macro_rules! export_func {
|
|||||||
ctx: Context::Internal,
|
ctx: Context::Internal,
|
||||||
signature: FuncSig {
|
signature: FuncSig {
|
||||||
params: vec![$($crate::__export_func_convert_type!($params),)*],
|
params: vec![$($crate::__export_func_convert_type!($params),)*],
|
||||||
returns: vec![$($crate::__export_func_convert_type!($params),)*],
|
returns: vec![$($crate::__export_func_convert_type!($returns),)*],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}};
|
}};
|
||||||
|
Reference in New Issue
Block a user