This commit is contained in:
vms 2020-07-28 17:05:17 +03:00
parent af08870cd5
commit 4683526e16

View File

@ -61,7 +61,7 @@ impl quote::ToTokens for fce_ast_types::AstFunctionItem {
#original_func
#[cfg(target_arch = "wasm32")]
#[attribute(export_name = #export_func_name)]
#[export_name = #export_func_name]
#[no_mangle]
#[doc(hidden)]
#[allow(clippy::all)]