neon-fibonacci
book
neon-fibonacci | book | |
---|---|---|
1 | 24 | |
0 | 1,767 | |
- | 1.0% | |
- | 0.0 | |
over 7 years ago | 5 months ago | |
Rust | Handlebars | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
neon-fibonacci
-
Rust from a Web perspective
It is becoming more and more applicapible to the Web... Servers and clients with #wasm, you can actually natively import a rust module into node.js for extra threads or heavy lifting. Start learning!
book
-
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
Note: This guide heavily relies on the excellent Rust WASM Book, which contain a lot more examples and details than this article. I recommend checking it out after finishing this one.
-
Rust from a Web perspective
It is becoming more and more applicapible to the Web... Servers and clients with #wasm, you can actually natively import a rust module into node.js for extra threads or heavy lifting. Start learning!
-
Rust, WASM, and LOK
Like many Rust features, there is a Rust/WASM tutorial and book that was very good. I was able to follow the tutorial to get up and running with development pretty easily... though this entire ecosystem kind of has way too many moving parts. Webpack? NPM? Nodejs? Just for this? It's a bit heavyweight, but I guess like 90% of the development in the world uses stuff like this now, huh?
-
Implement React v18 from Scratch Using WASM and Rust - [1] Build the Project
For more information, you can refer to the Rust and WebAssembly.
-
Hello, I am React Developer who wants to start use wasm in rust.
As a starting point for Rust in general, you should read the book. And if you got some grasp of Rust, you should take a look at the book about Rust and Wasm.
-
WASM: memory.buffer byteLength smaller than the offset of the pointer
I am following the Rust Wasm book. I have the following struct.
- I’ve fallen in love with rust so now what?
-
Any idea about what Figma is using to run Rust/c++ code in browser?
https://rustwasm.github.io/docs/book goes over how to compile to WASM and rendering to a canvas.
-
Rust で WebAssembly (wasm) - Arch Linux + Webpack (Rust 1.66)
Rust 🦀 and WebAssembly 🕸 (英語)
-
Rust for Web for somebody who's never done any kind of WebUI before
I'm a little confused about how Rust fits into your UI-for-a-Python-API thing. Web UIs are typically written in Javascript or something that compiles to Javascript. Compiling Rust to Javascript is a not a common use of Rust at this time. The typical use of Rust in a web application would be the part that runs on the server (the "backend"), not the part that runs in the web browser (the "UI"). While you can write web UIs in Rust, this is a thing better learned after learning the normal way to do it, in Javascript.
What are some alternatives?
rust-for-node-developers - An introduction to the Rust programming language for Node developers.
wasm-bindgen-rayon - An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
wasm-bindgen - Facilitating high-level interactions between Wasm modules and JavaScript
wry - Cross-platform WebView library in Rust for Tauri.
trunk - Build, bundle & ship your Rust WASM application to the web.
zig-wasm-test - A minimal Web Assembly example using Zig's build system.
wasm-bindgen-rayon - An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
lexicon-rs - A parser for Conway’s Game of Life Lexicon
wasmer - 🚀 Fast, secure, lightweight containers based on WebAssembly
yew - Rust / Wasm framework for creating reliable and efficient web applications
life - Simple Rust implementation of Conway's Game of Life