You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build source with wasm-pack build --target web, then run a web server over the top directory (I used python -m http.server) and navigate to /web (for my case, this was localhost:8000/web).