Nbind Versions Save

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

v0.0.7

8 years ago
  • JavaScript callbacks as parameters to C++ methods.
  • Support GCC and Clang.
  • Map C++ objects to equivalent JavaScript objects using toJS / fromJS methods.

v0.0.6

9 years ago
  • Support mapping C++ methods to JavaScript property getters and setters.

v0.0.5

9 years ago
  • API change: #include "nbind/Binding.h". Before, nbind directory was not needed, so other headers might have been included by accident if nbind header names conflict with another project.
  • Add test harness and set up Travis.
  • Fix methods returning void.

v0.0.4

9 years ago
  • Fix strings as method arguments. Pointer was accidentally freed before passing it to the called C++ function.
  • Support static class member functions, exposed in JS as properties of the constructor instead of its prototype.

v0.0.3

9 years ago