[Wasm] Add sorting function to the stdlib
This commit is contained in:
committed by
TeamCityServer
parent
049e48e780
commit
7943298240
@@ -1284,9 +1284,6 @@ object ArrayOps : TemplateGroupBase() {
|
||||
}
|
||||
on(Platform.Native) {
|
||||
body { """if (size > 1) sortArrayWith(this, 0, size, comparator)""" }
|
||||
on(Backend.Wasm) {
|
||||
body { """TODO("Wasm stdlib: $signature")""" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user