Skip to content

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.

1 participant