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

Rust Wasm Wrappers: Support println!(...) #900

Closed
dOrgJelli opened this issue Jun 7, 2022 · 1 comment · Fixed by #1297
Closed

Rust Wasm Wrappers: Support println!(...) #900

dOrgJelli opened this issue Jun 7, 2022 · 1 comment · Fixed by #1297
Assignees
Milestone

Comments

@dOrgJelli
Copy link
Contributor

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.

@dOrgJelli dOrgJelli added this to the origin-qa milestone Aug 9, 2022
@dOrgJelli dOrgJelli self-assigned this Sep 30, 2022
@dOrgJelli
Copy link
Contributor Author

What a wonderful crate this is!
https://docs.rs/custom-print/latest/custom_print/

@dOrgJelli dOrgJelli linked a pull request Oct 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant