mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-10 09:38:07 +00:00
Fix macro AGAIN
This commit is contained in:
parent
dbd0f99514
commit
c7520035fd
@ -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),)*],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}};
|
}};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user