pub fn log(s: &str)
Logs a message, prefixing it with “log wasm” and sends it to the console in JavaScript when running in a WebAssembly environment. When running outside WebAssembly, it prints the message to the standard output.