You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
I'm not an expert in C or with the QuickJS library, so I don't really know what's technically feasible or not, but I wanted to load a big JavaScript library to use it via Python, and it's extremely fast... Once the JavaScript code is parsed and compiled. Calling the JS functions is almost instant, however loading the 10 Mb file takes ages, so I wonder if it would be possible to add this feature. Thanks in advance :)
Hi,
I'm not an expert in C or with the QuickJS library, so I don't really know what's technically feasible or not, but I wanted to load a big JavaScript library to use it via Python, and it's extremely fast... Once the JavaScript code is parsed and compiled. Calling the JS functions is almost instant, however loading the 10 Mb file takes ages, so I wonder if it would be possible to add this feature. Thanks in advance :)