HACKER Q&A
📣 cryptozeus

What do you guys think about state of web assembly vs. JavaScript?


Today Blazor with .net core released for production. It is a run time on top of web assembly. Basically you can create pure SPA experience using c# and server side asp.net razor pages without using java script.

Has anyone used any kind of web assembly supported tech in production ?


  👤 coder4life Accepted Answer ✓
Would be interested to know too.

They have use some js to manipulate the DOM - the linkage isn't there yet (webassembly cant talk to DOM directly), but I guess it's a small point that there has to be a little glue to have that magic work at the moment.