Files
ImgBotApp aaf6dbdd36 [ImgBot] Optimize images
*Total -- 1,259.67kb -> 929.61kb (26.2%)

/examples/rust-wasm/packages/www/public/apple-touch-icon.png -- 36.18kb -> 20.16kb (44.29%)
/examples/tailscale-vpn/images/get-started.png -- 229.46kb -> 139.98kb (39%)
/examples/tailscale-vpn/images/settings-page.png -- 233.89kb -> 145.85kb (37.64%)
/examples/tailscale-vpn/images/generate-auth-key.png -- 115.89kb -> 77.40kb (33.21%)
/examples/tailscale-vpn/images/copy-auth-key.png -- 85.42kb -> 59.06kb (30.86%)
/examples/tailscale-vpn/images/use-as-exit-node.png -- 79.96kb -> 55.79kb (30.22%)
/examples/tailscale-vpn/images/click-triple-dots.png -- 50.22kb -> 36.82kb (26.69%)
/examples/elixir-phoenix/priv/static/images/phoenix.png -- 13.57kb -> 11.28kb (16.91%)
/icons/django.svg -- 3.19kb -> 2.76kb (13.37%)
/examples/blitzjs/public/logo.png -- 32.68kb -> 28.56kb (12.62%)
/icons/nextjs.svg -- 3.38kb -> 3.00kb (11.23%)
/icons/blitzjs.png -- 306.61kb -> 280.88kb (8.39%)
/icons/r.svg -- 1.96kb -> 1.86kb (5.43%)
/icons/rust.svg -- 7.53kb -> 7.28kb (3.36%)
/icons/discord.svg -- 2.78kb -> 2.70kb (2.85%)
/icons/rails.svg -- 1.66kb -> 1.61kb (2.71%)
/examples/rust-wasm/packages/www/public/android-chrome-192x192.png -- 6.65kb -> 6.54kb (1.75%)
/examples/rust-wasm/packages/www/public/android-chrome-512x512.png -- 21.32kb -> 20.99kb (1.52%)
/icons/elixir.svg -- 6.32kb -> 6.22kb (1.48%)
/icons/phoenix.svg -- 6.34kb -> 6.26kb (1.32%)
/examples/nextjs-prisma/public/vercel.svg -- 1.08kb -> 1.06kb (1%)
/examples/next-prisma-trpc/public/vercel.svg -- 1.08kb -> 1.06kb (1%)
/icons/prisma.svg -- 1.21kb -> 1.21kb (0.4%)
/icons/typescript.svg -- 2.15kb -> 2.14kb (0.23%)
/icons/flask.svg -- 9.14kb -> 9.14kb (0.02%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-10-09 15:27:12 +00:00
..
2023-10-09 15:27:12 +00:00
2021-05-26 19:00:33 -07:00
2021-05-26 19:00:33 -07:00
2021-05-26 19:00:33 -07:00
2021-05-26 19:00:33 -07:00
2021-05-26 19:00:33 -07:00

title, description, tags
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.