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
- Host: GitHub
- URL: https://github.com/visualgmq/quickjs-cpp-binding-demo
- Owner: VisualGMQ
- Created: 2025-06-11T03:04:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-16T13:47:25.000Z (about 1 year ago)
- Last Synced: 2025-06-20T12:52:00.124Z (about 1 year ago)
- Language: CMake
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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
```