You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a webpack issue. See TooTallNate/node-bindings#43 for a solution. Alternatively, keep ffi in the main electron process, without webpack, then expose your API to renderer processes via IPC.
This even happens with the absolute bare minimum possible invocation:
let foo = ffi.Library(null, {});
The text was updated successfully, but these errors were encountered: