#Wasm game printls! output

2 messages · Page 1 of 1 (latest)

hoary tree
#

Hey there !
im trying to create my first game using wasm, all the setup is running (with cargo watch) and im getting my game on the browser as expected. However, im not getting my println! output. this mess with my already messy debugging routines.

Thanks

merry ibex
#

use the logging macros instead, like warn!("hello, console");