Hi :slightly_smiling_face: I use Kotlin/Js and hav...
# javascript
b
Hi 🙂 I use Kotlin/Js and have a npm dependency, which loads a wasm file at runtime. Is there a way to include it in Kotlin/Js tests? Maybe in Karma? The wasm file is in the node_modules directory of the package.
n
Kotlin JS doesn't support WASM. FYI: There is a new Kotlin development platform under development that supports WASM called Kotlin WASM.
b
Kotlin WASM compiles Kotlin to WASM, but I just want to use a JS library in my Kotlin/JS project, that loads a WASM file on runtime.
Did solve it by customizing carma config (mime, files and proxy).