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 b9559f5 commit 16f50b3Copy full SHA for 16f50b3
src/ffi_export.rs
@@ -131,11 +131,12 @@ macro_rules! __ffi_export__ {(
131
ret
132
}}
133
134
+ $crate::paste::item! {
135
/// Define the N-API wrapping function.
136
#[cfg(any(
137
$(
138
all(),
- __hack = $node_js_arg_count,
139
+ [< __hack_ $node_js_arg_count >] = "",
140
)?
141
))]
142
const _: () = {
@@ -231,6 +232,7 @@ macro_rules! __ffi_export__ {(
231
232
}
233
234
};
235
+ }
236
237
238
#[cfg(not(target_arch = "wasm32"))]
0 commit comments