[Wasm] Add sorting function to the stdlib

This commit is contained in:
Igor Laevsky
2021-10-08 19:33:07 +03:00
committed by TeamCityServer
parent 049e48e780
commit 7943298240
2 changed files with 1 additions and 4 deletions
@@ -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")""" }
}
}
}