Kunal Dabir
07/17/2023, 6:45 AMThomas Nattestad
07/17/2023, 9:14 AMThomas Nattestad
07/17/2023, 9:15 AMKunal Dabir
07/17/2023, 10:52 AMval wasmMain by getting {
dependsOn(commonMain)
dependencies {
implementation("<what goes here>")
}
}
I want to bundle the resulting code again as wasm and ship it to browser to be consumed by JS.