I'm having this issue: ```Execution failed for tas...
# webassembly
t
I'm having this issue:
Copy code
Execution failed for task ':composeApp:compileProductionExecutableKotlinWasmJsOptimize' (registered in build file 'composeApp/build.gradle.kts').  > A failure occurred while executing org.jetbrains.kotlin.gradle.targets.wasm.binaryen.BinaryenWorkAction  > Process 'command '/home/runner/.gradle/binaryen/binaryen-version_125/bin/wasm-opt'' finished with non-zero exit value 139 (this value may indicate that the process was terminated with the SIGSEGV signal)
I tried copying the params from the only this fix but it doesn't work for me. Anyone have some suggestion on what could be causing this?
t
@Robert Jaros this fixed it, thanks!