Bad-Wolf-developpement / recipes_notebook

An recipes notbook application
Mozilla Public License 2.0
0 stars 0 forks source link

WASM logging #20

Open arist0v opened 1 week ago

arist0v commented 1 week ago

investigate the wasm logging possibility

arist0v commented 1 week ago

create a logging library using a class (logger) that will use private infile function similar to:

private fun logInfo(){
    js("console.log('TEST')")
}