Hi everyone, I've been playing around with Kotlin -Web recently and have a question.
What is the difference between the wasmJs and js targets?
If I build the UI with HTML (not using Compose ui), will the business logic have the exact same internal behavior for both targets?
Or does wasmJs compile the business logic to WebAssembly, while the js target compiles it to JavaScript?