Introduced support for javascript Math and Kotlin Double to WASM32.
Implemented jsinterop tool for interaction with js math.
This commit is contained in:
committed by
alexander-gorshenev
parent
1399ac9777
commit
f703877160
@@ -311,6 +311,9 @@ targetList.each { target ->
|
||||
|
||||
task("${target}PlatformLibs") {
|
||||
dependsOn ":platformLibs:${target}Install"
|
||||
if (target == 'wasm32') {
|
||||
dependsOn 'Interop:JsRuntime:installJsRuntime'
|
||||
}
|
||||
}
|
||||
|
||||
task("${target}CrossDist") {
|
||||
|
||||
Reference in New Issue
Block a user