Skip to main content

News

Topic: js.js - the JavaScript JavaScript interpreter (Read 4421 times) previous topic - next topic

0 Members and 1 Guest are viewing this topic.
  • N E O
  • [*][*][*][*][*]
  • Administrator
  • Senior Administrator
js.js - the JavaScript JavaScript interpreter
Ladies and gentlemen, JS-ception.

https://github.com/jterrace/js.js/

SpiderMonkey compiled via LLVM, then run through Emscripten. Reportedly REALLY slow, but the fact is it exists.

Re: js.js - the JavaScript JavaScript interpreter
Reply #1
Hmm, I wonder if this could be sped up by using EM_ASM on the embedded JS in SpiderMonkey...

  • DaVince
  • [*][*][*][*][*]
  • Administrator
  • Used Sphere for, like, half my life
Re: js.js - the JavaScript JavaScript interpreter
Reply #2
...Wow.

Re: js.js - the JavaScript JavaScript interpreter
Reply #3
We need to go deeper.