[stdlib-mpp] Publish wasm artifacts through variants of stdlib KT-60909

This commit is contained in:
Ilya Gorbunov
2023-08-05 08:55:51 +02:00
committed by Space Team
parent 73b4a81663
commit 9640e32483
9 changed files with 119 additions and 85 deletions
@@ -44,6 +44,30 @@
"sourceSet": [
"commonMain"
]
},
{
"name": "wasmJsApiElements",
"sourceSet": [
"commonMain"
]
},
{
"name": "wasmJsRuntimeElements",
"sourceSet": [
"commonMain"
]
},
{
"name": "wasmWasiApiElements",
"sourceSet": [
"commonMain"
]
},
{
"name": "wasmWasiRuntimeElements",
"sourceSet": [
"commonMain"
]
}
],
"sourceSets": [