shochdoerfer, to webassembly German
@shochdoerfer@phpc.social avatar

PostgreSQL in allows you to run a instance in the browser, Node.js, or Bun. Finally a proper, dependency-less database server for your browser :)

https://github.com/electric-sql/pglite

tomayac, (edited ) to webassembly
@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 , you'll learn how to make use of to outsource CPU-intensive tasks with the help of a running example.

fireflyzero, to webassembly

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, to webassembly
@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.

janriemer, to rust

C++ will be taken over by .

What will be the Rust-equivalent for ?

I mean is a very good first step, but it's basically the C++ for C.

So in short:
C => C++
JavaScript ≈> TypeScript
C++ =>
JavaScript => ???

I think it will be a looong way to go, but maybe, maybe we'll see more and more in the , but not quite sure yet.

#C

janriemer,

@mo8it

> I mean, you get problems if you try to launch a thread…

Which specific problems are you refering to?

As far as I understand, you can spawn threads in JS environments (e.g. in the browser) with no problems (using Web Workers and SharedArrayBuffer under the hood).

Only spawning them in non-JS environments is currently not supported, if I'm not mistaken. For this, we'll need the thread-spawn proposal implemented, right!?

https://github.com/WebAssembly/shared-everything-threads

janriemer,

@Aedius Sorry for the late reply. 😔

That's awesome! Thank you for sharing! 🙂

Yes, sharing business logic between frontend/backend is a very compelling argument.

However, I just have this feeling that the advantages of Rust are not as apparent when designing interactive web pages.

As I said, for logic heavy apps, sure, but for small interactivity, satisfying Rust's strict rules might not be worth it.

orhun, to rust
@orhun@fosstodon.org avatar

You can run TUIs in the browser with Rust! 🦀

🐭 ratframe : egui widget + @ratatui_rs backend.

🔥 Ratatui integrates with egui, enabling compilation to WASM!

🚀 Demo: https://gold-silver-copper.github.io/

⭐ GitHub: https://github.com/gold-silver-copper/ratatui_egui_wasm

video/mp4

raiderrobert, to webassembly
@raiderrobert@mastodon.social avatar

Played around with DuckDB #wasm over the weekend.

Pulled in Parquet data from an S3 bucket using DuckDB's native support for that. Immediately queried of the data with standard SQL syntax.

My mind went a thousand directions with the implications for #localfirst web apps.

toxi, to zig
@toxi@mastodon.thi.ng avatar

Just updated all https://thi.ng/wasm-api packages, bindgen, build scripts, readmes and examples to be compatible with the brand new Zig v0.12.0 released a couple of days ago... This includes adapting to breaking changes (esp. Zig's build system) and updating the hybrid Zig/WASM/TypeScript project template:

https://github.com/thi-ng/tpl-umbrella-zig

For wasm-api user code only minor changes are required (if any), e.g. all Zig DOM event handlers need a callconv(.C) attribute now...

Happy coding!

frankel, to python
@frankel@mastodon.top avatar
techtalksweekly, to Java
jbzfn, to node
@jbzfn@mastodon.social avatar
changelog, to terraform
@changelog@changelog.social avatar

🗞 New episode of Changelog News!

🤥 Devin's Upwork "side hustle" exposed
☄️ @antonz re-implements Redis w/ SQLIte
🧑‍⚖️ OpenTofu responds to Hashicorp's Cease & Desist
🆙 @brianleroux announces Enhance WASM
🎃 PumpkinOS is a re-implementation of PalmOS
🎙 hosted by @jerod

🎧 https://changelog.com/news/90

isntitvacant, to webassembly
@isntitvacant@hachyderm.io avatar

It's here! It's here!

This is the best job I've done conveying why I'm so enthusiastic about – or at least, the most succinct job I've done! We walk from the 1960's right up to the present day and, as a bonus, uh

we find out how java killed plan 9

>> <<

https://www.youtube.com/watch?v=M2SozFIL4o0

tomayac, to webassembly
@tomayac@toot.cafe avatar

Pretty excited about the #Wasm ESM integration proposal (https://github.com/WebAssembly/esm-integration/tree/main/proposals/esm-integration) having recently reached Phase 3 status. This will soon make it possible to import #WebAssembly as in the following code sample:

import source wasmModule from "./module.wasm" with { "type": "wasm" }  
const instance = await WebAssembly.instantiate(wasmModule, {});  

If you skip the source above, the Wasm module will be instantiated immediately.

See https://docs.google.com/presentation/d/1iZzoRE3LhlMuJz8-npW5Kc9GnUydVI6PPj8lgPuwdi4/edit?usp=sharing for more.

tomayac, to webassembly
@tomayac@toot.cafe avatar

Adoption: Is Slow and Steady Winning the Race? https://thenewstack.io/webassembly-adoption-is-slow-and-steady-winning-the-race/ I think the @TheNewStack's coverage of is really good. Hope to discuss some of the questions they raise on my upcoming podcast 🎧.

vascorsd, to rust
@vascorsd@mastodon.social avatar
enhance_dev, to webassembly

🎉 Introducing Enhance WASM

Say hello to Enhance WASM — backend agnostic server-side rendering for web components.

by @brianleroux

#WebComponents #enhance #WASM #ssr

https://begin.com/blog/posts/2024-04-08-introducing-enhance-wasm

jbzfn, to webassembly
@jbzfn@mastodon.social avatar

⚡ Fortran on WebAssembly | Dr. George Stagg

https://gws.phd/posts/fortran_wasm/

ethauvin, to Kotlin
@ethauvin@mastodon.social avatar
tomayac, to webassembly
@tomayac@toot.cafe avatar

Drumming up some excitement 🥁… I just recorded the first episode of a new podcast series that I'm hosting: the , your monthly podcast gathering of people to geek out about all things .

My first guest was no other than OG @kripken, whom you may associate with projects like and, you know, WebAssembly, the language. The episode should go up mid April, watch this space!

Yes. It's WasmAssembly, a name smarter than hairdresser 💇 names à la United Hairlines.

sunfish, to webassembly
@sunfish@hachyderm.io avatar

This talk by @esoterra introduces the idea of "component-native" tooling, using Claw, a language built this way from the start.

It's obviously valuable to port existing language toolchains to Wasm. As we think about Wasm's future, it's also interesting to have component-native toolchains in the mix, because they have greater flexibility to take unconventional approaches, and find new creative ways of solving problems.

https://www.youtube.com/watch?v=jgl414xwU2s&list=PLP3xGl7Eb-4Nmj4CJ5WLQZx5UAYvhH920&index=5

kubikpixel, to webdev
@kubikpixel@chaos.social avatar

Deconstructing WebAssembly: Components by Ryan Levick @ Wasm I/O 2024

🌐 https://www.youtube.com/watch?v=zqfF7Ssa2QI

#webdev #video #wasm #webassembly

sunfish, to webassembly
@sunfish@hachyderm.io avatar

This talk from Luke Wagner lays out a vision for fully-integrated async in Components.

Async/sync interop without function coloring, made possible by the power of components:

https://www.youtube.com/watch?v=y3x4-nQeXxc&list=PLP3xGl7Eb-4Nmj4CJ5WLQZx5UAYvhH920&index=3

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