Closed
Description
Dumb question... has anyone tried to compile MicroPython to Javascript by using Emscripten? Aiming to be fully syntax compatible with Python3 but with a minimal memory footprint would be a good alternative to other Python-2-Javascript compilers... :-D The main problem would be to compile MicroPython with LLVM, but after that, it should be straighforward :-)