Replies: 1 comment
-
I'm interested too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
Building a web app with go and wasm require to build the server side with the traditional
go build
and also to build the front side with specific buildGOARCH=wasm GOOS=js go build -o web/app.wasm
to rebuild the web assembly code. Then thewasm
built file is served by the server.Source files taken into account are usually different but some can be shared for both builds.
How can I setup AIR to simultaneously auto-rebuild the server and live reload the generated app, and auto-rebuild the front ?
Thanks' for any help
Beta Was this translation helpful? Give feedback.
All reactions