diff --git a/getting-started/developers-guide.md b/getting-started/developers-guide.md index 28a40a8..e2dbeec 100644 --- a/getting-started/developers-guide.md +++ b/getting-started/developers-guide.md @@ -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)