Next.js-based web application template with WebAssembly module written in Rust programming language.
Try in Gitpod
Try in GitHub Codespaces
- NodeJS | recommended version:
>= 16 - Rust & Cargo | recommended version:
>= 1.61
Install dependencies:
npm installCompile WebAssembly:
npm run build:wasmRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
npm run build:wasm # if wasn't built yet
npm run build