#Wasm game printls! output
2 messages · Page 1 of 1 (latest)
use the logging macros instead, like warn!("hello, console");
2 messages · Page 1 of 1 (latest)
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
use the logging macros instead, like warn!("hello, console");