wrap-cli
wrap-cli copied to clipboard
Rust Wasm Wrappers: Support println!(...)
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.