unofficial-flayan-nbind
0.3.13
See the version list below for details.
dotnet add package unofficial-flayan-nbind --version 0.3.13
NuGet\Install-Package unofficial-flayan-nbind -Version 0.3.13
<PackageReference Include="unofficial-flayan-nbind" Version="0.3.13" />
paket add unofficial-flayan-nbind --version 0.3.13
#r "nuget: unofficial-flayan-nbind, 0.3.13"
// Install unofficial-flayan-nbind as a Cake Addin #addin nuget:?package=unofficial-flayan-nbind&version=0.3.13 // Install unofficial-flayan-nbind as a Cake Tool #tool nuget:?package=unofficial-flayan-nbind&version=0.3.13
nbind is a set of headers that make your C++11 library accessible from JavaScript. With a single #include statement, your C++ compiler generates the necessary bindings without any additional tools. Your library is then usable as a Node.js addon or, if compiled to asm.js with Emscripten, directly in web pages without any plugins.
nbind works with the autogypi dependency management tool, which sets up node-gyp to compile your library without needing any configuration (other than listing your source code file names).
nbind is MIT licensed and based on templates and macros inspired by embind.
This is an unofficial release of the library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.