Skip to content

Commit

Permalink
Add python runtimes (#394)
Browse files Browse the repository at this point in the history
Closes #238

---------

Co-authored-by: Thomas Steiner <tomac@google.com>
  • Loading branch information
dschuff and tomayac authored Aug 19, 2024
1 parent a729442 commit 8d360f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getting-started/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ layout: getting-started
- [Pascal](https://wiki.freepascal.org/WebAssembly/Compiler)
- [Zig](https://ziglang.org/documentation/master/#WebAssembly)
- [Grain](https://grain-lang.org/docs/)
- Python (via [Pyodide](https://pyodide.org/en/stable/) or [Nuitka (py2wasm)](https://github.com/wasmerio/py2wasm))
- Use the compiled WebAssembly...
- [from JavaScript code](https://developer.mozilla.org/en-US/docs/WebAssembly/Loading_and_running)
- [as a CLI application](https://github.com/bytecodealliance/wasmtime/blob/master/docs/WASI-tutorial.md)
Expand Down

0 comments on commit 8d360f8

Please sign in to comment.