bytecodealliance / wrpc

Wasm component-native RPC framework
Other
152 stars 21 forks source link

fix(wit-bindgen-wrpc): Use eprintln instead of println for output #246

Closed joonas closed 2 months ago

joonas commented 2 months ago

eprintln! feels more appropriate here, especially in cases where other tools may be calling into wit-bindgen-wrpc.

joonas commented 2 months ago

Could you file this PR upstream? If it's accepted and merged in https://github.com/bytecodealliance/wit-bindgen, I'll happily merge it here as well

You bet, I opened https://github.com/bytecodealliance/wit-bindgen/pull/1032 🙂