8 ms·
AFAIK, this is the first time that CPython could be directly compiled for WASM (with no patches IIRC), and PyScript adds a number of components for better integ
by jreese 4y ago
AFAIK, this is the first time that CPython could be directly compiled for WASM (with no patches IIRC), and PyScript adds a number of components for better integrating Python with the DOM, importing extra modules at runtime, as well as a dedicated py-script HTML tag.
But I've personally never used either, so maybe I'm missing something too?
- pjmlp 4y agoActiveState used to have CPython compiled as ActiveX and NAPI about 20 years ago. Naturally it is only cool when WebAssembly is part of the picture.