mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
title, description, tags
| title | description | tags | |||||
|---|---|---|---|---|---|---|---|
| WASM Rust | Game of life implemented in Rust and served with NextJS |
|
WebAssembly Rust
This example is a implements Conway's Game of Life tutorial in Rust and WebAssembly. The frontend is served as a NextJS app with TypeScript and Tailwind.
✨ Features
- Rust
- WASM
- TypeScript
- NextJS
- Tailwind
💁♀️ How to use
- Ensure you have the Rust toolchain setup
- Install wasm-pack
- Install deps with
yarn - Run app in development
yarn dev
📝 Notes
This starter implements part of the official Rust WASM tutorial.