Paul m. p. P
a1c870e9f4
javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR.
2019-07-09 13:17:15 +10:00
Damien George
bd6fed8201
javascript/Makefile: Fix unrepresentable float error by using clamp.
...
Otherwise converting large floats to ints will fail (as seen by the
builtin_float_hash.py test).
2019-04-28 22:17:42 +10:00
Wolf Vollprecht
ea2fcdd338
javascript: Fix Emscripten async load, and to compile with modern clang.
2019-03-13 23:52:15 +11:00
Rami Ali
7d675f3a17
javascript: Add new port targeting JavaScript via Emscripten.
...
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.
2019-03-13 23:47:32 +11:00