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
Add the ability to dump logs for debug without requiring wasi-preview support.
We should be able use a dbg! macro just like the one in std. The behaviour should almost be the same. However, if we're compiling with --release, the macro should not produce any code.
The text was updated successfully, but these errors were encountered:
This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will exempt this issue from future lifecycle events.
Add the ability to dump logs for debug without requiring wasi-preview support.
We should be able use a
dbg!
macro just like the one instd
. The behaviour should almost be the same. However, if we're compiling with--release
, the macro should not produce any code.The text was updated successfully, but these errors were encountered: