Replies: 1 comment 2 replies
-
Can you please clarify? Do you just want something that is basically like the existing python-wasm package, but doesn't include numpy/pandas/sympy/etc. -- it contains only core Python packages that are included with Python? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm interested in using
python-wasm
to power a Python repl in the browser. Currently,python-wasm
for the browser seems to be built into a rather complicated package by default. Is there any way to build a standalone wasm binary just for the repl? Something that just targetswasm32-unknown-unknown
and exposes interpretation would be useful to those looking to build onpython-wasm
.Thanks for all the excellent work.
Beta Was this translation helpful? Give feedback.
All reactions