Looking for a compact version of Javascript written in C that prioritizes code size and memory usage over speed. Must be in ANSI C with the possibility of GCC extensions. Preferably runs on a VM for compiler compatibility. Any recommendations?
UPDATE: Two suggestions have been noted, but:
SpiderMonkey is focused on speed, which is not important to me.
Quad-Wheel seems promising, but lacks activity and detailed code comments (will need to port to another architecture).
Open to other suggestions or considering developing my own simplified JS version (though not ideal).