Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Running Locally

Cloudflare Workers

First, build the WASM module:

cd wasm-app
cargo build --target wasm32-unknown-unknown --release
cd ..

Copy the WASM file to the appropriate location:

cp target/wasm32-unknown-unknown/release/uzumibi_cloudflare_app.wasm public/app.wasm

Then start the development server:

npx wrangler dev

Your application will be available at http://localhost:8787.

Fastly Compute

Build the project:

cargo build --target wasm32-wasi --release

Run locally:

fastly compute serve

Spin

Build and run:

spin build
spin up