Nemeski@lemm.ee to Python@programming.dev · 3 days agoPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukexternal-linkmessage-square74fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkPython Overtakes JavaScript as Most Popular Language on GitHubwww.omgubuntu.co.ukNemeski@lemm.ee to Python@programming.dev · 3 days agomessage-square74fedilink
minus-squareRonSijm@programming.devlinkfedilinkarrow-up0·2 days agoThere’s a Python WASM runtime, if you really want to run python in a browser for some reason… https://github.com/wasmerio/wasmer-python
minus-squareakkajdh999@programming.devlinkfedilinkarrow-up0·2 days agoWasm feels like yet another bloat layer on top of the existing web mess :((
minus-squareOscar@programming.devlinkfedilinkEnglisharrow-up0·2 days agoOoh, neat. There’s also puepy, which was linked further down in this thread. It’s really cool to see more WASM projects pop up.
There’s a Python WASM runtime, if you really want to run python in a browser for some reason…
https://github.com/wasmerio/wasmer-python
Wasm feels like yet another bloat layer on top of the existing web mess :((
at least it’s not on top of js!
Ooh, neat. There’s also puepy, which was linked further down in this thread. It’s really cool to see more WASM projects pop up.