WebAssembly

sunfish,
@sunfish@hachyderm.io avatar

New blog post: Bridging between source languages, in Wasm

https://blog.sunfishcode.online/bridging-language-divides-in-wasm/

#Wasm #WASI

tomayac,
@tomayac@toot.cafe avatar

📢 The next #WasmAssembly podcast 🎧 episode is out!

CG, WG, W3C, Deepti—Wasm standardization with Deepti Gandluri:
https://wasmassembly.libsyn.com/cg-wg-w3c-deeptiwasm-standardization-with-deepti-gandluri

In case you didn't notice: the YouTube version of the podcast has some additional visuals 👀, apart from the talking heads…

https://youtu.be/lhop_KiBHm0?si=FNMCMDKMGatYlNhu

#WebAssembly #Wasm #Podcast

Mendy,
@Mendy@mastodon.online avatar

@tomayac just listened. Really enjoyed it!

tomayac,
@tomayac@toot.cafe avatar

@Mendy Thanks for listening and then even coming back here to tell me you enjoyed it! <3

frankel,
@frankel@mastodon.top avatar
stealthmusic,
@stealthmusic@mastodon.online avatar

@frankel yeah, probably something like that! When I first heard about WASM I thought “thank god, I don’t have to use JS anymore”, but that assumption was also wrong and is now partly a non issue due to typescript. I wonder if there will be any “main stream” usage for WASM as it seems to be still a niche thing…

frankel,
@frankel@mastodon.top avatar

@stealthmusic have a look at the wasm component model

https://mastodon.top/@frankel/112427359359824137

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

Spicy take, but I think will save .

damselfly,
@damselfly@fosstodon.org avatar

@jaykul @khalidabuhakmeh you're missing the point. It's an excuse to rant about how shit hot reload is. Anything else is besides the point. 😉

Image from Microsoft SwiftKey Keyboard

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@damselfly @jaykul rant away sir, rant away!

Sad Doctor Who GIF

sdeleuze, French
@sdeleuze@mastodon.online avatar

The Kotlin/Wasm team has created an early prototype of a component written in linked with another component written in and running in Node.js. Looking forward being able to run that in Wasmtime when it gets WasmGC support. https://github.com/skuzmich/kotlin-wasm-cm-experiments

mogul,
@mogul@hachyderm.io avatar

Someone big doing this has been such an inevitable development but it has taken so long! With now included in standards and supported in pretty much every browser there is an opportunity to treat the browser as the target platform abstraction for high performance stuff like . And there is nothing the actual underlying OS can do to gatekeep that content without breaking the web!
https://www.gamedeveloper.com/mobile/microsoft-launching-web-based-mobile-game-storefront-in-july

mogul,
@mogul@hachyderm.io avatar

@Migueldeicaza I was thinking this ever since you made .NET cross-platform way back in the day, but MS didn't manage to get it taken up as a standard in browsers.

Migueldeicaza,
@Migueldeicaza@mastodon.social avatar

@mogul they were both protective and divesting at the same time in that time frame.

The good news is that we got Wasm instead, so in the end, things worked out for the better!

khalidabuhakmeh, (edited )
@khalidabuhakmeh@mastodon.social avatar

I thought I would take up the challenge of getting @enhance_dev working with with the ability to SSR web components directly into the request pipeline.

Yep... it works. TagHelpers make this nice and natural part of the web stack.

Update: You can try it out for yourself at this repo. https://github.com/khalidabuhakmeh/EnhanceWebComponents

athas,
@athas@freeradical.zone avatar

Without Nix, how do you set up complicated build/test environments on other systems? The sheer amount of sedimentary layers you need to do or stuff is astounding, and then you add the various utility Python libraries needed to glue together a test harness.

squillace,
@squillace@hachyderm.io avatar

Congratulations to a whole bunch of people who have laid down a suggested path to use #webassembly components and the #oci artifact spec 1.1: https://tag-runtime.cncf.io/wgs/wasm/deliverables/wasm-oci-artifact/

This gives a lot of people the possibility to begin using a platform with components that they already know and love -- and it gives the ability to target any arch or os with one "artifact". multiarch builds goes away here.

sunfish,
@sunfish@hachyderm.io avatar

@squillace A key achievement of this spec is that a Wasm component in an OCI registry is conceptually still a component, rather than a wrapper that modifies the semantics of a component.

Among other things, this means that artifacts in OCI registries can continue to participate in component composition.

squillace,
@squillace@hachyderm.io avatar

@sunfish yuppers! Have to have a look at how toolchains can use this directly

tomayac, (edited )
@tomayac@toot.cafe avatar

💨 WebAssembly performance patterns for web apps:

https://web.dev/articles/webassembly-performance-patterns-for-web-apps

In this guide, aimed at web developers who want to benefit from #WebAssembly, you'll learn how to make use of #Wasm to outsource CPU-intensive tasks with the help of a running example.

bsletten,
@bsletten@mastodon.social avatar

GTK uses Vulkan by default on Wayland now. The migration from X to Wayland is super fascinating and intricate. I’ve been watching it unfold for years and have fought the urge to do deep dives. Future UI toolkits will continue to use multiple rendering engines and will facilitate compiling for desktop and/or browser which is going to reduce interest in JavaScript UI frameworks. There are frameworks that behave/look the same as desktop and Web applications.

https://www.phoronix.com/news/GTK-4.15-Vulkan-Default

bsletten,
@bsletten@mastodon.social avatar

@tomayac Uno Platform and egui are the two that come to mind. I know I’ve seen more but I can’t remember. If I do know send. I’m convinced there will be more moving forward.

tomayac,
@tomayac@toot.cafe avatar

@bsletten egui is on my list, too. I also have Qt Wasm and Avalonia UI. Then there's Flutter and Compose Multiplatform. Oh, and wxWidgets Wasm. I didn't have Uno Platform. Thanks for the reply!

bsletten,
@bsletten@mastodon.social avatar

Excited to listen to the first episode of @tomayac ‘s new WebAssembly podcast where he interviews Alon Zakai about the history and pre-history of #webassembly:

https://wasmassembly.libsyn.com/

fireflyzero,
@fireflyzero@fosstodon.org avatar

Hello World! Firefly Zero is an in-development handheld game console that runs #wasm and supports #BLE multiplayer. It is written by @orsinium in #Rust, runs on #ESP32, and will be fully open source (both software and hardware).

We already have a working desktop emulator and are getting a Rust and #golang SDK ready for alpha testing. Sounds fun? Stay tuned!

Website:
https://fireflyzero.com/

#Pixelfed:
https://gram.social/firefly

#introduction #gamedev

tomayac,
@tomayac@toot.cafe avatar

🤩 I'm extremely excited to release episode 1 of my monthly podcast 🎧 !

From asm.js to Wasm with Emscripten creator Alon Zakai (@kripken):

https://wasmassembly.libsyn.com/ (See there for links to Spotify, YouTube,…)

Learn about some early history from one of the co-creators of , Alon Zakai! Follow along how Alon explains how we came from Native Client to asm.js and then finally to WebAssembly, and explore some interesting historical and present day sidetracks on the way.

teleclimber,
@teleclimber@social.tchncs.de avatar

@tomayac @kripken That's probably it. But I can't find your actual podcast on Pocket Casts. (Their search is abysmal, but still.)

tomayac,
@tomayac@toot.cafe avatar

@teleclimber @kripken I guess it simply takes some time to propagate. It's also not yet to be found on Apple or Google Podcasts for example when I checked earlier.

devs,
@devs@fastly.social avatar

Getting started with ? Let us point you in the right direction with videos on OS design, the component model, security features, generative AI and more! ▶️

https://www.fastly.com/blog/fastly-can-teach-you-about-the-wasm-future-in-just-6-talks

squillace,
@squillace@hachyderm.io avatar

@devs One that Fastly's Luke Wagner gave at about a month ago I want to call out as absolutely unmissable. https://www.youtube.com/watch?v=y3x4-nQeXxc.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • webassembly
  • Durango
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • kavyap
  • InstantRegret
  • JUstTest
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • anitta
  • tester
  • megavids
  • Leos
  • provamag3
  • lostlight
  • All magazines