I just made an ugly guide, this guide shows how to isolate the wasm file from the main Godot folder (this case in GitHub) and be able to recycle it, cause wasm size 25mb.
GitHub
├──📂wasm/
│ ├── export.wasm
│
├── pck/
│ ├── export.pck
│ ├── export.js
│ ├── export.html
│ ├── export.audio.worklet.js
│ ├── export.png
│ ├── export.icon.png
[…]