Email or username:

Password:

Forgot your password?
4 posts total
Thomas Steiner :chrome:

WasmFX—Continuing #WebAssembly with Effect Handlers: arxiv.org/abs/2308.08347.

#Wasm provides no direct support for non-local control flow features such as async/await, generators/iterators, lightweight threads, first-class continuations, etc. This means that compilers for source languages with such features must transform whole source programs to target Wasm. #WasmFX is an extension (of three main instructions) to Wasm that enables compilers to translate such features directly into Wasm.

Thomas Steiner :chrome:

📢 Web Apps on macOS Sonoma 14 Beta:

blog.tomayac.com/2023/06/07/we

With macOS Sonoma, Apple goes all-in on the concept of installable web apps. They're highly integrated in the overall macOS experience and don't give away their web roots by not showing any Safari UI at all.

#️⃣ #Sonoma #macOS #Apple #WebApps #ProjectFugu #Safari

wakest ⛬

@tomayac Thank you for this write up this is probably the biggest announcement of #WWDC that isn't getting as much coverage as it deserves.

Thomas Steiner :chrome:

RT @jensimmons@twitter.com

Learn all about how to use the `:has()` pseudo-class in walk-through of five demos!

“Using :has() as a CSS Parent Selector and much more”
webkit.org/blog/13096/css-has-

#css

🐦🔗: twitter.com/jensimmons/status/

Thomas Steiner :chrome:

New CSS features in 2022: smashingmagazine.com/2022/03/n by @MicheBarks@twitter.com:

Container Queries
`:has()`
`@​when`/`@​else`
`accent-color`
New CSS Color Functions
Cascade Layers
Subgrid
Scroll Timeline
Nesting

Go Up