quickJS documentation and/or well commented projects

487 views Asked by At

I am porting an in-house system from Duktape to quickJS to take advantage of the support for ES6 features and good module support (including dynamic imports).

Have ported some simple class libraries to be imported as shared object modules. But getting stumped with more advanced inter-operation issues. quickjs.h contains approximately 400 entries, but there are less than 2 pages of documentation for the C-API.

Any suggestions as to where more detailed documentation could be found? Failing that pointers to any well documented project using quickJS might help. Yes, I have Googled and haven't found anything useful.

1

There are 1 answers

1
Mark Moissette On

I am also in the same boat,QuickJS docs & examples are hard to find here are the best ones I found so far :

hope the above examples help !