🚀 Behold the future of professional video editing: cramming a bloated #NLE into your browser, because why not use a sledgehammer for a thumbtack? 💻 #RustWASM and #WebGPU hype train promises "near-native" speeds—like turning a potato into a supercomputer with just sheer optimism. 😂✨
https://tooscut.app/ #futureofvideoediting #techinnovation #browserbased #HackerNews #ngated
Tooscut - Video Editor

Sunsetting the `rustwasm` Github org, https://blog.rust-lang.org/inside-rust/2025/07/21/sunsetting-the-rustwasm-github-org/.

Active and important projects like `wasm-bindgen`, `walrus`, `weedle`, `wasm-pack`, `twiggy` etc. are moved into either their own organisation, or the maintainer's account, e.g.:

* https://github.com/wasm-bindgen/wasm-bindgen
* https://github.com/drager/wasm-pack
* https://github.com/AlexEne/twiggy

#RustLang #WebAssembly #RustWasm

Sunsetting the rustwasm GitHub org | Inside Rust Blog

Want to follow along with Rust development? Curious how you might get involved? Take a look!

Love the idea of creating game demos in WASM to share what I’m working on conveniently as a deployed webpage.

@shuttle with Axum in Rust works just great for this. Used this macroquad & Shipyard demo to test.

#rustwasm

#nusa devlog
#rustwasm rant

Somehow I decide to use #Rust rather than #Zig to implement Apache Arrow data type because Rust support multivalue return. However it can only return up to 2 value. And unlike Zig, Rust wasm can't emit nor import mutable-globals 😞. The `static mut` variables are stored in wasm linear memory instead of being `global mut`.

If my guess is correct, `static mut` should be wrapped in `thread_local` macro to produce #wasm mutable-globals. But… it's not yet supported 🥲

The nice #rustwasm folks have a cute Ferris mascot with a helmet and the #WebAssembly logo on it.
So for the #Golang #Wasm loader I forked to #Fiedka, I made a Gopher in a similar fashion. 🥳

https://github.com/fiedka/webpack-golang-wasm-async-loader

And guess what... I have successfully run #Rust code in Fiedka. More news on that to follow. 😃
https://rustwasm.github.io/

GitHub - fiedka/webpack-golang-wasm-async-loader: A webpack loader for generating Golang WebAssembly bundles using an async interaction model for calling the Golang code from JavaScript

A webpack loader for generating Golang WebAssembly bundles using an async interaction model for calling the Golang code from JavaScript - GitHub - fiedka/webpack-golang-wasm-async-loader: A webpack...

GitHub

First release of cargo-node on https://crates.io. It's a cargo sub command to build, run and deploy #rustwasm applications as browser, electron or cordova app. #rustlang
#FocusTime #ergosign

https://crates.io/crates/cargo-node