www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - wasm continues to exist

reply monkyyy <crazymonkyyy gmail.com> writes:
https://webassembly.org/news/2025-09-17-wasm-3.0/

I hate this timeline, I hate web pages as apps, I hate the 
security theater combined with "lol you need to let this Russian 
porn ad to execute code on your machine so we get .00000001 of a 
cent, it ILLEGAL to stop this"

But its the timeline we are on.

---

I hope rust ships a gc for this, it make the memory allocation 
debates funny.
Sep 17
next sibling parent reply Denis Feklushkin <feklushkin.denis gmail.com> writes:
On Wednesday, 17 September 2025 at 20:48:45 UTC, monkyyy wrote:
 https://webassembly.org/news/2025-09-17-wasm-3.0/

 I hate this timeline, I hate web pages as apps, I hate the
But, finally, it will be possible to make sites on D!
Sep 17
parent monkyyy <crazymonkyyy gmail.com> writes:
On Wednesday, 17 September 2025 at 21:09:04 UTC, Denis Feklushkin 
wrote:
 On Wednesday, 17 September 2025 at 20:48:45 UTC, monkyyy wrote:
 https://webassembly.org/news/2025-09-17-wasm-3.0/

 I hate this timeline, I hate web pages as apps, I hate the
But, finally, it will be possible to make sites on D!
? We'll see if anyone cares but the work that was done went to waste upstream and now theres even more work to be done
Sep 17
prev sibling next sibling parent Kapendev <alexandroskapretsos gmail.com> writes:
On Wednesday, 17 September 2025 at 20:48:45 UTC, monkyyy wrote:
 https://webassembly.org/news/2025-09-17-wasm-3.0/

 I hate this timeline, I hate web pages as apps, I hate the 
 security theater combined with "lol you need to let this 
 Russian porn ad to execute code on your machine so we get 
 .00000001 of a cent, it ILLEGAL to stop this"

 But its the timeline we are on.

 ---

 I hope rust ships a gc for this, it make the memory allocation 
 debates funny.
 Parse error: Can't determine what type of post this is at 
 runtime.
It's good news for everyone. Does it make wasm easier? No. But it's something. Wasm is kinda like that. Good and annoying.
Sep 17
prev sibling next sibling parent reply "H. S. Teoh" <hsteoh qfbox.info> writes:
On Wed, Sep 17, 2025 at 08:48:45PM +0000, monkyyy via Digitalmars-d wrote:
 https://webassembly.org/news/2025-09-17-wasm-3.0/
 
 I hate this timeline, I hate web pages as apps, I hate the security theater
 combined with "lol you need to let this Russian porn ad to execute code on
 your machine so we get .00000001 of a cent, it ILLEGAL to stop this"
What? What makes it "illegal" to stop it? Just block JS (and by extension wasm) by default and enable only on sites you trust. I don't allow JS by default, and on most sites I only let it run for the duration I'm on the site. Only trusted sites get to run JS in my browser. Untrusted JS sources get a permanent JS ban no matter what site I'm on. Yes this makes most sites appear "broken", but I ignore most JS-dependent sites anyway (they rarely have anything interesting to offer, the JS is usually for eye-candy only, or paywalls, adware, or malware -- if they don't have non-JS HTML with actual content, they're rarely worth my attention). Unless it's a trusted site or the JS actually offers something beyond just eye-candy / adware / other useless fluff. T -- Answer: Because it breaks the logical sequence of discussion. / Question: Why is top posting bad?
Sep 17
parent reply monkyyy <crazymonkyyy gmail.com> writes:
On Wednesday, 17 September 2025 at 22:01:38 UTC, H. S. Teoh wrote:
 On Wed, Sep 17, 2025 at 08:48:45PM +0000, monkyyy via 
 Digitalmars-d wrote:
 https://webassembly.org/news/2025-09-17-wasm-3.0/
 
 I hate this timeline, I hate web pages as apps, I hate the 
 security theater combined with "lol you need to let this 
 Russian porn ad to execute code on your machine so we get 
 .00000001 of a cent, it ILLEGAL to stop this"
What? What makes it "illegal" to stop it?
https://youtu.be/kgFCC9haqB4
Sep 17
parent Kapendev <alexandroskapretsos gmail.com> writes:
On Thursday, 18 September 2025 at 01:10:45 UTC, monkyyy wrote:
 On Wednesday, 17 September 2025 at 22:01:38 UTC, H. S. Teoh 
 wrote:
 On Wed, Sep 17, 2025 at 08:48:45PM +0000, monkyyy via 
 Digitalmars-d wrote:
 https://webassembly.org/news/2025-09-17-wasm-3.0/
 
 I hate this timeline, I hate web pages as apps, I hate the 
 security theater combined with "lol you need to let this 
 Russian porn ad to execute code on your machine so we get 
 .00000001 of a cent, it ILLEGAL to stop this"
What? What makes it "illegal" to stop it?
https://youtu.be/kgFCC9haqB4
I am a zoomer, so can't really watch this. Is there a YouTube Shorts version?
Sep 18
prev sibling parent reply Denis Feklushkin <feklushkin.denis gmail.com> writes:
On Wednesday, 17 September 2025 at 20:48:45 UTC, monkyyy wrote:

 I hate this timeline, I hate web pages as apps
Remembered something: https://geminiprotocol.net/ https://code.dlang.org/packages/gemini
Sep 18
parent Kapendev <alexandroskapretsos gmail.com> writes:
On Thursday, 18 September 2025 at 10:07:42 UTC, Denis Feklushkin 
wrote:
 On Wednesday, 17 September 2025 at 20:48:45 UTC, monkyyy wrote:

 I hate this timeline, I hate web pages as apps
Remembered something: https://geminiprotocol.net/ https://code.dlang.org/packages/gemini
The solution is to **NOT** use web browsers or to accept what is happening. I have accepted it and intend to make the internet a worse place because it's more fun this way. More JS, more WASM, more layers of legacy and bad design.
Sep 18