nbind icon indicating copy to clipboard operation
nbind copied to clipboard

:sparkles: Magical headers that make your C++ library accessible from JavaScript :rocket:

Results 65 nbind issues
Sort by recently updated
recently updated
newest added

Hello, i'm trying to build this to create a simple ENet Wrapper for node.js And i was wandering why do i keep getting this ``` main.obj : error LNK2019: unresolved...

MWOffliner would love to have a node 12 release (https://github.com/openzim/mwoffliner/issues/707) This merged pr: https://github.com/charto/nbind/pull/130 gets node 12 support working, but I think we still need to update the emscripten code.

Hi I get the following logs when trying to install proton native which seems to be related to this repo (logs were too long that I had to cut middle...

Is there any plan for supporting the new N-API? I assume the porting is a lot of work...

For my needs I need to create an electron application with some c++ code utilizing the nbind. For that I made the following example: As seen in my stackoverflow [question](https://stackoverflow.com/q/57316922/4706711)...

The operating system is Windows 10 I have a project that heavily relies on native libraries, some are based on nbind others use nan directly. On electron 2 and 3...

I got the same errors as: https://github.com/charto/nbind-example-universal/issues/4 My emscripten version is 1.37.40. Build on windows with visual studio 2017 15.6.7. Please help.

Hello there, this is an amazing project and I would like to use it for a native node addon. Do somebody have an idea of how to make threading work?...

Is it possible to create an nbind::Buffer object inside a wrapped function and send that object to Javascript via a callback? I created the following example but all I see...

Hi, I have trouble binding the `vg` lib on linux. Somehow the linking does not work and I don't know why. If I add a wrong library path, then the...