An open API service indexing awesome lists of open source software.

https://github.com/visualgmq/quickjs-cpp-binding-demo

cpp bind to quickjs(using quickjs-ng) demo
https://github.com/visualgmq/quickjs-cpp-binding-demo

Last synced: 5 months ago
JSON representation

cpp bind to quickjs(using quickjs-ng) demo

Awesome Lists containing this project

README

          

Demo about binding C++ code to quickjs and call C++ function/class in js

NOTE: **this project use [quickjs-ng](https://github.com/quickjs-ng/quickjs) rather than [bellard's quickjs](https://github.com/bellard/quickjs) to make compile corss platform**

## How To Build

```bash
cmake -S . -B cmake-build
cmake --build cmake-build
```