How I can consume api in my wasm module (Kotlin Multiplatform)
I have the following problem:
Kotlin Multiplatform – wasm streaming compile failed: TypeError: Failed to execute ‘compile’ on ‘WebAssembly’: Incorrect response MIME type
Getting this error when running the web app build using Kotlin Multiplatform in live, but works well on localhost. do we need to do anything with host server?, I am very beginner with this, please help