Trying to follow the getting-started instructions (https://kotlinlang.org/docs/wasm-get-started.html)
I am using IntelliJ Community 2023.1.1 and bundled Kotlin Plugin 231-1.8.21-IJ8770.65
after adding the registry for the wizard, I am able to create a project & build it, however there doesn't seem to be a run configuration to launch the project. Any suggestions on how to fix this?
b
bashor
04/28/2023, 7:01 PM
Run gradle task
wasmRun
• Using Gradle tool window.
• Using Run Anything command.
• From terminal.