quickjs-rusty
quickjs-rusty copied to clipboard
Native module registration support
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.