The web app depends on the published `opencut-wasm` package by default. If you are editing the WASM source in this repo and want `apps/web` to use your local build instead:
```bash
# From the repo root
bun run build:wasm
cd rust/wasm/pkg
bun link
cd ../../../apps/web
bun link opencut-wasm
```
While you work, rebuild on changes from the repo root: