quickjs-rusty icon indicating copy to clipboard operation
quickjs-rusty copied to clipboard

Native module registration support

Open dream-1ab opened this issue 8 months ago • 1 comments

can I register my rust native modules with something like "JS_AddModuleExport" function? seems like there is no way to get quickjs runtime pointer from quickjs_rusty::Context, there is no such method otherwise I can do the same thing myself by using quickjs_rusty::q::* methods.

dream-1ab avatar Mar 20 '25 02:03 dream-1ab