Tuesday, 14 January 2020

Writing a node.js wrapper for a c++ library

Hello there. I have a c++ library already built and I need to write a node.js wrapper for it. I looked into node addons, but that seems to involve me completely rewriting my c++ code. Is there a module or package that is like this Julia wrapper for c++? https://github.com/JuliaInterop/Cxx.jl

Submitted January 15, 2020 at 12:04AM by armadillo_the_duck

No comments:

Post a Comment