Earlier quoted context omitted.
How does scala get embedded in the browser? I can't seem to find it on that document? I know you can use asm.js but it looks like they're not using asm.js
What do you mean? It gets compiled to vanilla JS. You can use sourcemaps to link to your original source file for debugging as well.
>It gets compiled to vanilla JS
thanks