Robert Jaros
10/21/2023, 12:13 PMwasmWasi
is a totally different target in KMP? Unlike JS/node which is just a different "kind" of js
target?wasmJs
like compose, coroutines, serialization, datetime) with wasmWasi
target?wasmWasi
target to my js/wasmJs project does not work (gradle complains with lots of errors like No matching variant of org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2-wasm1 was found.
)Svyatoslav Kuzmich [JB]
10/21/2023, 4:22 PMwasmJs
and wasmWasi
, you can’t mix these libraries to build a single artefactRobert Jaros
10/21/2023, 4:37 PMwasmJs
? Or is there more work required to support wasmWasi
?Svyatoslav Kuzmich [JB]
10/21/2023, 4:39 PMRobert Jaros
10/21/2023, 4:41 PMwasmWasi
target with compose multiplatform (at least the compose runtime part)?Svyatoslav Kuzmich [JB]
10/21/2023, 5:27 PMRobert Jaros
10/21/2023, 5:35 PMhfhbd
10/21/2023, 11:21 PMRobert Jaros
10/27/2023, 4:05 PM