WASM: NFC. Rename string import/export functions
This commit is contained in:
committed by
TeamCityServer
parent
ebde1e5491
commit
2538caa84f
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user