I am not convinced WebAssembly is a positive development for the web. The binary format makes it harder to see what a webpage is really up to. Compiling from source, as JavaScript does, seem to be preferable even at the cost of performance losses. 🤷‍♂️

Reply to this note

Please Login to reply.

Discussion

I’m convinced we need open source BSD & Linux to fix theirselves or we create new ones … right

It does not matter if no one checks the code anyway. Malicious execution paths should not be possible in the first place.

But someone CAN check the code and it's possible to get the word out when something malicious happens.

> makes it harder to see what a webpage is really up to

Security through obscurity?

I definitely don't like importing binaries into my apps.

Sorry, my mind completely missed the "not" at the beginning of the sentence. I was surprised you *was* convinced :)

Harder than minified JavaScript?

I have had my turn on looking at "decompiling" minified JavaScript to look for shady things... I don't know if I could do that on wasm. Maybe with the right tooling...