| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-09 | javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR. | Paul m. p. P | |
| 2019-04-28 | javascript/Makefile: Fix unrepresentable float error by using clamp. | Damien George | |
| Otherwise converting large floats to ints will fail (as seen by the builtin_float_hash.py test). | |||
| 2019-03-13 | javascript: Fix Emscripten async load, and to compile with modern clang. | Wolf Vollprecht | |
| 2019-03-13 | javascript: 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. | |||
