-
Notifications
You must be signed in to change notification settings - Fork 354
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
Add: Support for cloudflare workers #240
Comments
What would be involved in supporting this? |
The point is that in cloudflare workers libraries are compiled into a single script and then they are executed. |
We don't have any experience with Cloudflare, so you'd have to do the work. If you need assistance from the JS-Interpreter side, do let us know. Once you get something running we'd certainly be interested in seeing it. Then we can discuss whether something like this could be added to the demo directory, or as documentation, or whether there are changes that should be made to the core library. |
Not sure if you are still looking for a way to do this, but I found a way to integrate The gist is that you need to load |
I think some users will like this idea as it will help to eliminate eval() and new Function() restrictions in workers.
The text was updated successfully, but these errors were encountered: