-
Notifications
You must be signed in to change notification settings - Fork 43
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
How to use this project with other libraries ? #11
Comments
I am able to use js in |
@nightpool: I got that, but I am looking for converting CPython to JS. |
Use the EDIT: Oops, I just deleted my last comment. Here's what was in it, for posterity: |
Thanks @nightpool . |
Seems issue with empythoned build script. emscripten-core/emscripten#1011 |
I am having the same problem that kracekumar is having when I try and use empythoned from a chrome app. |
@astromme I was able to create chrome extension offline-python, but |
Yes, thats what I mean. I did a little bit of digging, and I think there is some bug in how chrome packaged apps and extensions handle the emscripten FS. |
Can you explain the process how the this code was generated? Is Cpython code converted using emscripten? if so can you please explain the steps.
In order to use empythoned in my project, is it enough to load
dist/worker.js
in my html and which will loaddist/python.opt.js
?The text was updated successfully, but these errors were encountered: