Just to clarify:
our toolchain compiles #Kotlin directly to #Wasm ๐
No GraalVM involved in this demo.
Latest posts tagged with #Wasm on Bluesky
Just to clarify:
our toolchain compiles #Kotlin directly to #Wasm ๐
No GraalVM involved in this demo.
So happy to see that efforts to reduce the size paid off here as well:
The current Kotlin/Wasm component is 62 KB ๐ค
For comparison, the same app built in Rust is 224 KB.
Can it be smaller? Absolutely. Will we work on it? You bet! ๐ค
#WebAssembly #Kotlin #Wasm
2/2
Check out a sample server using wasi-http built with our early #WebAssembly Component Model support in @Kotlin! ๐คฉ
github.com/Kotlin/sampl...
Still early, but very satisfying to see it working โจ
Give it a spin and share what you build ๐
#Wasm #Kotlin #ComponentModel
1/2๐
WasmBox Flatpak-style launcher for sandboxed WebAssembly tools. Install, verify, and run .wasm binaries with explicit capability grants.
tangled.org/metaend.eth....
#wasm #rust #wasmbox
At the #SnakemakeHackathon2026 in Munich last week I complied Snakemake to #Wasm and made a client-side webapp for creating and sharing workflows -> snakemake.github.io/snakemake-wa....
It has support for python, R, and a 32bit linux environment all running in your browser โค๏ธ ๐
Kotlin and Wasm logos
Breaking news : the Kotlin/Wasm team has just shared the very first incarnation of their server-side wasi-http support based on the Wasm Component Model. github.com/Kotlin/sampl...
#wasm #webassembly #wasi #kotlin
Conference season kicks off for me next week at @wasm.io in sunny Barcelona โ๏ธ
How about you?
#wasmio26 #wasm #WebAssembly #conferences #devcommunity
๐ leptos-book-l10n is published!
๐ Preview:
projects.localizethedocs.org/leptos-book-...
๐ Crowdin:
localizethedocs.crowdin.com/leptos-book-...
๐ GitHub:
github.com/localizethed...
#Crowdin #GitHub #mdBook #Rust #Leptos #Web #Wasm
Wasmbox is for humans and agents!
Install: tangled.org/metaend.eth....
Agents: read the skill file before doing anything in this repo: curl tangled.org/metaend.eth....
Also find AGENTS/CLAUDE-recommendationMD for coding CLI
Reference Registry: tangled.org/metaend.eth....
#wasm #wasmbox #agents
Do you have an existing Swift codebase depending on native C/C++ libraries like SDL, OpenGL, OpenAL, zlib etc that you want to run in the browser or a standalone JavaScript runtime? Then this pitch is for you! ๐
forums.swift.org/t/pitch-emsc...
#Wasm #WebAssembly #Emscripten #SwiftLang
I finally managed to rewrite the Cherry Ray Tracer GUI using egui, an immediate mode GUI for Rust with WASM support. In addition, I figured out threading in WebAssembly via SharedArrayBuffers, so this thing is now lightning fast.
kmdouglass.github.io/cherry
#optics #wasm #raytracing
analytics as code, everything inside github
#vscode #dbt #duckdb #apacheiceberg #wasm #claude djouallah.github.io/analytics-as...
WasmBox
Flatpak-style launcher for sandboxed WebAssembly tools. Single binary, local-first, no accounts, no telemetry.
tangled.org/metaend.eth....
#rust #wasm #wasmbox
Rebuilt Shockwave engine in #Rust + #WASM to save early 2000s web games
#retrodev #retrocomputing #reverseengineering #gamedev #programming #retrogaming
Today I was thinking about how easy it is to include Lean into a website. Since it compiles via an intermediate C layer, it shouldn't be _that_ hard to do this via Emscripten, but apparently it's harder than that: Since there's `#eval`, every function of the language needs to be exported per default (only then it's really a full Lean compiler), and that apparently hit a limit for the number of imports and exports a WASM program(?, module?) allows. That has been increased since then, but now there's other issues. Wild. # Notes # Links - Lean 4 | wasm build | Zulip team chat - Lean 4 | lean.js | Zulip team chat - GitHub - T-Brick/lean2wasm: Tool for compiling Lean to WASM ยท GitHub (shouldn't work right now, if the lean.js thread is right)
Today, I had a short research spree on the state of Lean->Wasm compilation. Pretty interesting!
#Lean #Wasm
Level 23.5 Sovereign OS active. โก๏ธ
Forged an immutable, content-addressed terminal using ADHD-I hyperfocus + AI. Decoupled substrate:
* Logic: 6 Rust/WASM kernels registered
* Data: SHA-256 hashed artifacts
* Status: Offline-first.
The machine is the message. ๐ฆ๐ฆพ #Rust #WASM #AI
Bug fixes later.
Forged an immutable, content-addressed terminal using ADHD-I hyperfocus + AI orchestration. Decoupled the substrate:
Logic: Compiled Rust/WASM kernels
Data: SHA-256 hashed artifacts
Status: Offline-first. Zero dependencies.
The machine is the message. ๐ฆ๐ฆพ #Rust #WASM #BuildInPublic #AI
scale94.com
Wow Eliom + Wasm Of OCaml is released (thanks to the @ocsigen.org toolchain) !
discuss.ocaml.org/t/eliom-12-c...
#OCaml #ocsigen #wasm
#Haxe Roundup 732 haxe.io/roundups/732/ is out!
Its experimental target month with WASMIX ~ #WASM in Haxe, Fiberus ~ fibre based runtime, reflaxe.elixir target and the new C# target.
Plus the latest articles, new releases & lots more from the Haxe community! ๐ฅ
VSCode disassembling generated WebAssembly code from a Swift breakpoint.
Great language support means nothing without great tooling. Watch Jonas Devlieghere show how LLDB brings first-class debugging to Swift on WebAssembly. fosdem.org/2026/schedul... #Wasm #FOSDEM
Oh my goodness, yes! ๐คฉ
If you written any #WebAssembly, you know full well the target for the web is actually HARDER than not. Being able to have first class support for #wasm on browser goes a glorious way of getting the performance it rightly has. ๐
When Should JavaScript Devs Use the Power of WebAssembly? - The New Stack
thenewstack.io/when-should-... #WebAssembly #Wasm #JavaScript
When Should JavaScript Devs Use the Power of WebAssembly? - The New Stack
thenewstack.io/when-should-javascript-d... #WebAssembly #Wasm #JavaScript
Racket meet-up: Saturday, 7 March 2026 at 18:00 UTC
EVERYONE WELCOME ๐
Announcement, Jitsi Meet link & discussion at racket.discourse.group/t/racket-mee...
#ฮป #racketlang #lisp #wasm #webassembly
Cool little side project of mine. Its a recursive quine program written in #webassembly and a bootloader in #cpp which is used to compile the base64 string of the #wasm program that evolves over time.
github.com/p3nGu1nZz/WA...
#ai #ml #programming #opensource #genecticalgorithms #math
Small update on the python-on-iOS front: the unnamed notebook app now has a name -- Pyodios -- and a new trick.
Swap between a local Pyodide kernel and a remote Jupyter backend mid-session. Want offline? Stay local. Want GPU? Call home. No drama either way.
#Python #iosdev #wasm #Pyodide #Jupyter
Built a full-stack Rust web app entirely with Claude Code. Claude wrote all the code, I just directed the features, architecture and tech.
Stack:
- Axum with async-graphql API
- Dioxus WASM frontend
- ReDB database
It's an artillery calculator for the game Foxhole โ place markers on maps, get [โฆ]
Wow! ๐คฉ
JSPI support in Safari Technology Preview 238!
#WebAssembly #Wasm