Getting this error while trying to deploy my kotli...
# webassembly
a
Getting this error while trying to deploy my kotlin/wasm build to production. Can anyone help me rectify it?
Copy code
async module:63 Uncaught (in promise) LinkError: WebAssembly.instantiate(): Import #1 "js_code" "kotlin.wasm.internal.throwJsError": function import requires a callable
It works fine on localhost though