How to build web version by wasm

is there any recommended ways or repo example for odin wasm? It is my first time to use wasm in any language, so get confused

Have a look at core/sys/wasm/README.md

I use the 32-bit WASM target, so I compile my Odin program with

odin build . -out:main.wasm -target:js_wasm32