Comment on A possible future of Python in the browserparentComments−DeathArrow1yThe problem with WASM is that it can not manipulate the DOM. Why? I don't know.I really like Blazor but since it has to rely on Javascript hooks to work with the DOM it kind of make it slower when compared to a JS framework.−giancarlostoro1yTo the end-developer it doesn't matter that JavaScript is hooked anywhere, the only time it matters is if that code is bugged and completely broken, or insanely low performance, which I really doubt.
Comments
The problem with WASM is that it can not manipulate the DOM. Why? I don't know.
I really like Blazor but since it has to rely on Javascript hooks to work with the DOM it kind of make it slower when compared to a JS framework.
To the end-developer it doesn't matter that JavaScript is hooked anywhere, the only time it matters is if that code is bugged and completely broken, or insanely low performance, which I really doubt.