DEV Community

Discussion on: What is WebAssembly and why it is a game changer?

Collapse
 
pinotattari profile image
Riccardo Bernardini • Edited

A really interesting advantage of WASM is that there is on github a project to compile from Ada to WASM. In this way you can take advantage of the robustness and easiness of maintenance of Ada for your web development (no more "type promiscuity")

Oh, and do not forget the possibility of formal checking your code