Open arist0v opened 1 week ago
investigate the wasm logging possibility
create a logging library using a class (logger) that will use private infile function similar to:
private fun logInfo(){ js("console.log('TEST')") }
investigate the wasm logging possibility