Embed the library in my C++ application. Where can I find examples or supported C++ wrappers? #1281
Unanswered
whiletrue111
asked this question in
Q&A
Replies: 1 comment
-
|
Have you tried them? Chances are good they'll just work because the quickjs-ng API isn't radically different. If those libraries need tweaks for quickjs-ng, they can guard them with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to be able to embed the library in my C++ application.
The application itself is written in C++.
I am looking at https://github.com/ftk/quickjspp and https://github.com/tbluemel/quickjscpp.
It looks like they are made for the original QuickJS.
So what options do I have?
Beta Was this translation helpful? Give feedback.
All reactions