Flip book Using React js v18.2.0 Typescript v5.4.3 Golang v1.21.4 Node js v21.7.2 WebAssembly Screenshot Compile Go to wasm Go to wasm-go folder cd wasm-go Run this command for building the wasm GOOS=js GOARCH=wasm go build -o main.wasm main.go Move main.wasm to public folder in frontend folder mv "main.wasm" ../frontend/public Build frontend Go to frontend folder cd frontend Install dependencies yarn install Build yarn build Run yarn dev Preview the build yarn preview