Let's ditch Javascript, and start using WebAssembly
Aulan 15:40-16:00
Development
Since 1995 developers have tried to fix Javascript, by creating new languages like Coffeescript, creating superscripts like Typescript and finally trying to actually improve the language itself.
But alas WebAssembly (wasm) came along, freeing us from Javascript and allowing us to do something different on the web: compile almost any programming language to something our browser understands, with safety guarantees built in.
Over the past few years a whole new ecosystem has started to take shape, from tooling glueing everything together, to completely new frameworks trying to replace React.
Through the eyes of three different engineers we will take a look at what WebAssembly has to offer:
The innovator: who manages to solve a completely new set of problems on the web. The revolutionary: who throws away there codebase and starts fresh, building there website with not a single line of Javascript.The madman: who tries to take things too far, and doesn’t know where to stop.