You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust developers will expect to just be able to use println!(...), instead of having to use the console wrapper, or w3_debug_log host function.
We can potentially overwrite the println! macro to use polywrap specific logging functionality, so that way developers don't have to think about this implementation detail.
The text was updated successfully, but these errors were encountered:
Rust developers will expect to just be able to use
println!(...)
, instead of having to use the console wrapper, orw3_debug_log
host function.We can potentially overwrite the
println!
macro to use polywrap specific logging functionality, so that way developers don't have to think about this implementation detail.The text was updated successfully, but these errors were encountered: