pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
898 stars 120 forks source link

Build as a static library #61

Closed pmed closed 4 years ago

pmed commented 7 years ago

Add a build configuration option to switch between header-only and static library.

De-templatize source code in order to speedup the library compilation time.