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 c76d440 commit 25ac811Copy full SHA for 25ac811
src/ffi_export.rs
@@ -161,11 +161,12 @@ macro_rules! __ffi_export__ {
161
ret
162
}}
163
164
+ $crate::paste::item! {
165
/// Define the N-API wrapping function.
166
#[cfg(any(
167
$(
168
all(),
- __hack = $node_js_arg_count,
169
+ [< __hack_ $node_js_arg_count >] = "",
170
)?
171
))]
172
const _: () = {
@@ -261,6 +262,7 @@ macro_rules! __ffi_export__ {
261
262
}
263
264
};
265
+ }
266
267
268
#[cfg(not(target_arch = "wasm32"))]
0 commit comments