Many of us (in shaping the future of coding) are p...
# thinking-together
d
Many of us (in shaping the future of coding) are piggybacking on JavaScript for its ubiquity in the browser, flexibility, and simplicity. But it looks like we can now also generate & run assembly (WebAssembly) on the fly from within JavaScript! This opens up a new level of possibilities! https://medium.freecodecamp.org/get-started-with-webassembly-using-only-14-lines-of-javascript-b37b6aaca1e4
🎉 1
a
Yes! I’ve been using Go as my glue language for every project because it’s nice and it compiles to and inter operates with every environment (Windows, macOS, Android, Magic Leap)... JavaScript was already covered with GopherJS transpiling, but I’ve been using the wasm target in my most recent project and it’s just as good! Stack traces are actually a little better.