aboutsummaryrefslogtreecommitdiff
path: root/ports/javascript/mphalport.h
AgeCommit message (Collapse)Author
2019-03-13javascript: Fix Emscripten async load, and to compile with modern clang.Wolf Vollprecht
2019-03-13javascript: Add new port targeting JavaScript via Emscripten.Rami Ali
In this port JavaScript is the underlying "machine" and MicroPython is transmuted into JavaScript by Emscripten. MicroPython can then run under Node.js or in the browser.