sveltekit-rust-wasm

Sveltekit Rust Wasm

Example showcasing a new SvelteKit project using Svelte + TypeScript + Tailwind CSS + Rust + WebAssembly.

sveltekit-rust-wasm

Example showcasing a new SvelteKit project using Svelte + TypeScript + Tailwind CSS + Rust + WebAssembly.

Check out a Vue 3 example here.

Want to check out a basic CRUD example where we make our requests using Rust? Check out this branch: example-crud-actix.

Quick Start

Prerequisites

  1. First of all, rustup if you haven't already;
  2. Update with rustup update;
  3. Install wasm-pack if you haven't already;
  4. Globally install cargo-watch with cargo install cargo-watch or cargo binstall cargo-watch;

Project

  1. Setup the project (install dependencies and build wasm): yarn setup;
  2. Run the project: yarn dev;
  3. Build the project for release: yarn build;

Dev Log

  1. Created SvelteKit project with npm init svelte@next sveltekit-rust-wasm;
  2. Added Tailwind CSS as per these instructions;
  3. Created wasm package with wasm-pack new wasm;
  4. Installed vite-plugin-wasm-pack with yarn add -D vite-plugin-wasm-pack and added wasm package in svelte.config.js;
  5. Added relevant scripts to package.json;
  6. Added Svelte component HelloWasm.svelte with WebAssembly example;

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm init svelte@next

# create a new project in my-app
npm init svelte@next my-app

Note: the @next is temporary

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes