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