I was trying to use this interesting project with the official node-addon-api C++ API. However, when compiling I get errors like em++: error: undefined exported symbol: "napi_register_module_v1" [-Wundefined] [-Werror], which means the Node Addon function is not exported. Is there a CMake example that makes it possible to use this library?
zeromq/zeromq.js#727
I was trying to use this interesting project with the official node-addon-api C++ API. However, when compiling I get errors like
em++: error: undefined exported symbol: "napi_register_module_v1" [-Wundefined] [-Werror], which means the Node Addon function is not exported. Is there a CMake example that makes it possible to use this library?zeromq/zeromq.js#727