calderaro / rust-wasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title description tags
WASM Rust
Game of life implemented in Rust and served with NextJS
wasm
rust
next
typescript
tailwindcss

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.

Deploy on Railway

✨ 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.

About


Languages

Language:TypeScript 59.6%Language:Rust 31.4%Language:JavaScript 6.4%Language:Dockerfile 2.6%