I use `:wasmJsBrowserDevelopmentRun` to run my web...
# webassembly
a
I use
:wasmJsBrowserDevelopmentRun
to run my website locally I’ve purchased a domain and hosting, and now I want to deploy my site Could you please tell me what steps I need to take to deploy it?
@bashor
b
Paid domain and hosting are optional, it will work well with any provider able to server static content, f.e., in the docs we are using github pages
a
Thank you!
m
@bashor Yes, but it may not work out of the box. See https://kotlinlang.slack.com/archives/CDFP59223/p1702035874281009 You may have to configure WASM support manually yourself.
🙏 1
b
@Michael Paus Good catch! Could you please file an issue about that to Kotlin Docs?
m
@bashor Is “Kotlin Docs” a specific repository or where else would you like to see that?
b
https://kotl.in/issue Subsystems:
Docs & Examples
m
b
ok, we’ll manage it 🙂
Thanks!