Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[x/programs] Add support for logger import module #552

Closed
hexfusion opened this issue Oct 12, 2023 · 1 comment · Fixed by #892
Closed

[x/programs] Add support for logger import module #552

hexfusion opened this issue Oct 12, 2023 · 1 comment · Fixed by #892
Assignees
Labels

Comments

@hexfusion
Copy link
Contributor

hexfusion commented Oct 12, 2023

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.

Copy link

github-actions bot commented Jan 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants