-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module Access #51
Comments
No they are not available at all. |
I saw those PRs. Are they usable at all? One approach appears to primarily lean on additional C code from the QuickJS project. Can you comment on which approach might be the best way forward and what remains to be done to make it useful? |
#21 should make built-in QuickJS modules available. But I don't really want to make them available. I am more interested in being able to parse and import JS modules. |
What is the current expectation around module functionality? I don't seem to be able to utilize the in-build QuickJS modules like 'console' or 'std'. Am I doing something wrong, are these expected to be available?
If I try to load external modules, I get the following error:
_quickjs.JSException: ReferenceError: could not load module
The text was updated successfully, but these errors were encountered: