quickjs
quickjs copied to clipboard
Added functions to get access to module exports
trafficstars
Possible solution for #34

FYI, you can get the patch file by adding .patch to a pull req, eg. https://github.com/bellard/quickjs/pull/35.patch
This is exactly the functionality I needed for a project! Could I submit this to the mailing list and credit you as the author?
This is exactly the functionality I needed for a project! Could I submit this to the mailing list and credit you as the author?
Of course!
What's the status of this?
done (use JS_GetModuleNamespace)