New version (v1.8.0) of my Interactive Visualizer that runs in the browser. #webassembly #wasm #cplusplus #software #opensource
Live App:
lostsidedead.biz/visualizer.h...
Source Code:
github.com/lostjared/MX...
Android App:
github.com/lostjared/AC...
Bare-metal #WebAssembly boot on the #RP2350: the handoff to the #Rust runtime force-clears hardware spinlocks (SIO 0xd0000100). This resets core sync primitives, preventing multi-core deadlocks; ensuring clean slate before #WASM payloads execute. #ReverseEngineering #EmbeddedWASM
A pure #Embedded #Rust blinky project that runs a #WASM WebAssembly Component Model runtime (#wasmtime + #Pulley interpreter) directly on the #RP2350 bare-metal w/ HW capabilities exposed through #WIT. github.com/mytechnotale...
Wow 🤩! @wasm.io just wrapped last week, and the first talk is already live 🚀
Check out:
“Towards a Component Model 1.0” by @lukewagner.name
👇
www.youtube.com/watch?v=qq0A...
#WebAssembly #Wasm #wasmio26 #ComponentModel
I built coyote-rs to create #html with component functions in #rustlang
I mainly use it for sever side rendering but lately I use it to send html from #wasm to the main thread, let view transitions handle the rest
Kind of a solid pattern actually
crates.io/crates/coyotes
In case you missed it last week, @dubroy.com was on CodeTV to show to talk about #Wasm with @jason.energy.
It was a lot of fun! Worth a watch if you missed it live.
All-in-One .NET MAUI Templates Pack v9 is now fully updated to support .NET MAUI 11 Preview and Avalonia backend for .NET MAUI.
#dotnetmaui #dotnet #csharp #Avalonia #Skia #Android #iOS #macOS #Windows #Linux #WebAssembly #Wasm #Aspire #iPhone #MVVM #MVU #XAML
egvijayanand.in/2026/03/25/w...
WebAssembly could solve AI agents’ most dangerous security gap
thenewstack.io/webassembly-...
Exactly what I'm building 👇 tangled.org/metaend.eth....
#wasm #wasmbox #ai #aisec
llama.ttf is a font file which is also a large language model and an inference engine for that model. Made by @fuglede #harfbuzz #wasm
Windows Community Toolkit – How Microsoft uses Uno Platform to Ship Fast | by Michael Hawker
buff.ly/zLcMuNQ
#unoplatform #windowsdev #xaml #dotnet #csharp #winui #wasm
At least… we (@kotlinlang.org) are working on it 🧑💻
bsky.app/profile/bash...
#WebAssembly #Wasm #Kotlin
"Server-side WebAssembly" — kindly gifted and signed by @danologue.bsky.social at #WasmCon26 🙏
www.manning.com/books/server...
45% off for you with KubeConEU26 😉
#WebAssembly #Wasm #WasmCon
Как я перенес консольное приложение в Rust + WASM и выложил на GitLab Pages Перенес консольного приложения в формат, у...
#Rust #WebAssembly #WASM #статический #сайт #консольное #приложение #портирование #терминальный #интерфейс #безопасность
Origin | Interest | Match
I am happy to see articles that promote WASM components: blog.yoshuawuyts.com/why-webassem...
Though.. I feel like it's very biased towards some languages, Rust in particular.
#wasm #rustlang
New blog post, integrating #raylib in a #swiftlang project :)
Bonus point: #wasm build at the end!
I hope you will enjoy it :)
carette.xyz/posts/swift_...
Professional video editing, right in your browser? WebGPU and WebAssembly are making it a reality, bringing desktop-class performance and GPU power to the web. See how!
thepixelspulse.com/posts/professional-video...
#webgpu #webassembly #wasm
#Quake3 in the browser project: q3js.com
github.com/lklacar/q3js
#retrodev #retrogaming #quake #retrocomputing #programming #gamedev #wasm #javascript
Now Bruce Gain on stage at #wasmio26 with @shivaylamba.bsky.social from remote talking about #helm with @extism.bsky.social (powered by #wazero!) #wasm
It would be nice if browser automatically load the WebAssembly modules, bind the native web APIs directly (without any JS glue code), and run the module.
We could write the code for web apps in any language and then compile it to a WASM.
hacks.mozilla.org/2026/02/maki...
#wasm #webdev #javascript
WebAssembly Component Model 1.0 roadmap
Live from @wasm.io, @lukewagner.name shares a Wasm Component Model 1.0 roadmap update.
Highlights are:
- Lazy and GC-friendly ABI
- Native browser support
- Ease implementation by toolchains and runtimes
- Growing the ecosystem
- Close the gap in terms of features
#wasm #webassembly
#wasmio26 just began!
Have fun!
#Wasm #WebAssembly
Two years ago at #WasmIO I talked about (at that time) experimental support for #Wasm in #SwiftLang. Today I'm back on stage with Yuta Saito to present what's new in now official Swift for Wasm! If you're attending, I'm happy to chat in the hallway track 🙂
2026.wasm.io/sessions/eas...
shoutout to @bunjavascript.mbdio.uk
these single-file executable bins are so hype! watch me install my new crypto lib and build the cli tool in under 0.1s, then watch my demo tool use XChaCha20Poly1305 to encrypt and decrypt a 1gb file in 2s ;D
#bun #js #typescript #crypto #cryptography #wasm #cli
v1 (and 2 stream ciphers) were not fast enough. so let's use worker pools! serpent-256 x4 faster! and pooling XChaCha20-Poly1305 makes the tool ridiculous. testing on a 1.3gb file, 2.4sec encrypt or decrypt. wasm is so hype!
#crypto #wasm #typescript #asciiart #teminal
🔥 BREAKING 📰: Kotlin Wasm Component Model support to debut at #hyperlight-wasm workshop during #wasmio26
Don't miss!
2026.wasm.io/sessions/han...
#Kotlin #Wasm #ComponentModel #HyperlightWasm
leviathan crypto "serpent L" logo
github.com/xero/leviath...
Zero-dependency WebAssembly cryptography library for TypeScript: Serpent-256, XChaCha20-Poly1305, SHA-2/3, HMAC, HKDF, and Fortuna CSPRNG, with a strictly typed API built on vector-verified primitives
#wasm #crypto #typescript #javascript #cryptography
VS Code "wit-idl" extension v0.3.30 released: marketplace.visualstudio.com/items?itemNa...
🎨 Syntax highlighting
✅ Syntax validation
🌐 Guest bindings for Rust, C, C++, C#, Go, MoonBit, JS/TS
🧱 Host bindings for JS/TS
📚 Generate Markdown documentation
🧩 #wasm component detection and #WIT extraction