Skip to content

A simple V8 wrapper for easy embedding of Javascript into C++. Not maintained anymore since V8 went a bit too strict with building environment making it impossible to embed it into project built with MSVC

License

Notifications You must be signed in to change notification settings

yehorror/cardan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cardan

A simple V8 wrapper for easy embedding of Javascript into C++

TODO

  • Implement calling of JS functions from C++ code
  • Implement adding of C++ classes into JS
  • Implement more tests with corner cases covered
  • Integrate ClangFormat
  • Perform more deep research on V8 building/embedding and write clear instruction how to use this library

About

A simple V8 wrapper for easy embedding of Javascript into C++. Not maintained anymore since V8 went a bit too strict with building environment making it impossible to embed it into project built with MSVC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published