૮༼⚆︿⚆༽つ · @drsensor
112 followers · 572 posts · Server fosstodon.org

devlog
rant

Somehow I decide to use rather than 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 mutable-globals. But… it's not yet supported 🥲

#nusa #rustwasm #rust #zig #wasm

Last updated 1 year ago

Daniel aka CyReVolt 🐢 · @CyReVolt
627 followers · 4873 posts · Server mastodon.social

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

github.com/fiedka/webpack-gola

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

#rustwasm #webassembly #golang #wasm #Fiedka #rust

Last updated 2 years ago

Florian Blasius · @flovanmd
92 followers · 95 posts · Server fosstodon.org

First release of cargo-node on crates.io. It's a cargo sub command to build, run and deploy applications as browser, electron or cordova app.

crates.io/crates/cargo-node

#rustwasm #rustlang #focustime #ergosign

Last updated 6 years ago