Skip to content
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

Added GPython, Pocketpy, and Emscripten-Forge's PyJS to Python section #144

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vasilev
Copy link
Contributor

@vasilev vasilev commented Jan 29, 2024

Added GPython and Emscripten-Forge's PyJS to Python section.

Proofs

  • GPython - A single-file example is available. This small progam embeds a GPython VM as library and a Python code as strings. After compiling to WASM, this program results to a single WASM file and works well in browsers and Deno+Bun. Browser demo is here
  • PyJS - defined as WASM port of Python interpreter. Also has demo REPL.
  • Pocketpy - implemented in single file of C++ with no dependencies. Can be compiled to WASM with Emscripten. Also has a WASM-powered demo REPL.

This is a Python portion of #140 .

@vasilev vasilev changed the title Added GPython and Emscripten-Forge's PyJS to Python section Added GPython, Pocketpy, and Emscripten-Forge's PyJS to Python section Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant