// +build js,wasm package log // WASM builds don't have a terminal to query so interactive=false for plain // text logs to the browser console. func init() { interactive = false }