Keep in mind that we are still building things, so the docs could be totally wrong or incomplete.
null0
Utils
🤷

These are general utilities I was not sure where else to put in docs.

# log a string
trace("OK, this works.")
 
# log printf-style string
trace("OK, this works: %d", 15)

This may change to use WASI, so it will work however printing works in the target language (printf in C, echo in nim, etc.)