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
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
the pre-compiled web build that comes in the web folder works fine but when i generate my own HTML5 build and i click on "quick game" it doesnt connect
I followed all these steps cargo build --target wasm32-unknown-unknown --release cp target/wasm32-unknown-unknown/release/fishgame.wasm web/fishgame.wasm wasm-strip web/fishgame.wasm
then i run devserver --path web
perhaps something with "build.rs" file? i'm on Linux