WASM: NFC. Rename string import/export functions

This commit is contained in:
Igor Laevsky
2021-07-23 20:46:35 +03:00
committed by TeamCityServer
parent ebde1e5491
commit 2538caa84f
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public actual fun println() {
/** Prints the given [message] and the line separator to the standard output stream. */
public actual fun println(message: Any?) {
printlnImpl(exportStringRet(message.toString()))
printlnImpl(exportString(message.toString()))
}
/** Prints the given [message] to the standard output stream. */