What’s A Fast JavaScript Alternative for SoloLearn?
I want to be able to program here on SoloLearn with the interactivity of “web” codes but without the painful speed of JS. I’ve heard of web assembly, and have two questions regarding it: How much faster is web assembly than regular JS? Specifically if I wrote an interpreter in JS versus web assembly. Can I use web assembly on SoloLearn? How is web assembly used outside of SL? Are there any other alternatives to web assembly if I want more speed than regular JS?