+ 4
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?
6 Answers
+ 7
Assembly is much closer to machine level therefore it's way faster.
However idk if you can use it on Solo.
A web assembly vid:
https://youtu.be/5XtA3k07jEQ
+ 3
áș ! á â áȘ THANKS! This is what Iâm looking for. Iâve been inspired by the other answers here to research webassembly and I think I got everything figured out except for actually getting my webassembly into my web code. Wapm.io lets me do this.
+ 2
Web assembly FAQ:
https://webassembly.org/docs/faq/
0
Haris How is web assembly usually embedded into a website? Google told me there is no <script></script> support for it. Also, can web assembly deal with JSON? I want to be able to manipulate JS objects with it. I imagine that if Iâm compiling from C Iâll need a JSON type, similar to int and float and string.
0
Utsav Prasad I canât tell if the codes are relevant or if youâre just advertising. They donât look like they have anything related to this Q&A discussion. Can you please explain? And is Pythonâs Django supposed to be faster than JS?
0
wow! sololearn is powerful