this post was submitted on 29 Aug 2023
5 points (100.0% liked)

Technology

37360 readers
230 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 10 months ago (2 children)

Imagine a world where Java integrated into the web was just as standard as JavaScript is now.

[–] [email protected] 1 points 10 months ago

we were really close.... I remember lots of placeholders for where Java applets were meant to be

[–] [email protected] 1 points 10 months ago

WASM is basically Java applets but standardised, even acting as a binary blob to run websites in. Web applications written in frameworks like Flutter just render a fullscreen `` element and use obfuscated code to render what looks like a web page to a fancy picture element.

We lost the buggy plugins and the security holes, but the idea of "put a blob in a browser and run it" just keeps getting reinvented by browsers.