Hi guys, I was configuring my compose multiplatfor...
# multiplatform
k
Hi guys, I was configuring my compose multiplatform app for WasmJS to run it on web, I'm able to make it run but as soon as it launches I get an error screen with the following error, and I'm not able to figure out the issue with this message, can anyone help me in resolving or get more detailed logs to resolve this issue
Copy code
WebAssembly.instantiateStreaming(): Compiling function #80262:"in.porter.owner.ownerapp.shared.core.journeys.r..." failed: struct.set[1] expected type (ref null 13693), found struct.get of type (ref null 431) @+13386268
CompileError: WebAssembly.instantiateStreaming(): Compiling function #80262:"in.porter.owner.ownerapp.shared.core.journeys.r..." failed: struct.set[1] expected type (ref null 13693), found struct.get of type (ref null 431) @+13386268
Hi guys any help