wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

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

Open dOrgJelli opened this issue 3 years ago • 0 comments

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 avatar Jun 07 '22 05:06 dOrgJelli