Open aminya opened 3 years ago
You seem to be using a 32-bit version of NodeJS. If you really need this to work on 32-bit I can try to fix it.
I am using the x64 version:
❯ node -e 'console.log(process.arch)'
x64
The D build was done for x86_64.
I am trying to load a
.node
file built with node_dlang, but I get this error.Here is the issue:
The code is here: https://github.com/aminya/minijson/pull/19