quickjs icon indicating copy to clipboard operation
quickjs copied to clipboard

Added functions to get access to module exports

Open katyo opened this issue 4 years ago • 4 comments
trafficstars

Possible solution for #34

katyo avatar Nov 23 '20 18:11 katyo

image

koutsie avatar Dec 06 '20 12:12 koutsie

FYI, you can get the patch file by adding .patch to a pull req, eg. https://github.com/bellard/quickjs/pull/35.patch

ramonGonzEdu avatar Mar 02 '21 04:03 ramonGonzEdu

This is exactly the functionality I needed for a project! Could I submit this to the mailing list and credit you as the author?

DragonDePlatino avatar Aug 07 '22 19:08 DragonDePlatino

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!

katyo avatar Aug 10 '22 05:08 katyo

What's the status of this?

Symbitic avatar Jan 29 '24 22:01 Symbitic

done (use JS_GetModuleNamespace)

bellard avatar Feb 03 '24 14:02 bellard