Hey all, when running wit-bindgen-go I'd like the ability to be able to silence/control the output.
I'm particularly thinking about the use case of a dev tool whose output looks something like this:
starting build...
<build output, which happens to include wasm-tools-go output>
build complete
[hint] access your X at Y!
At present, the build output gets quite lengthy and would grow with the complexity of the project/amount of work wasm-tools-go is doing.
It's possible to implement suppression of output at the (higher) dev tool level, but it might be a bit more convenient if wit-bindgen-go could control logging levels and/or silence by default and let people opt in to more verbose output?
I asked around and it seems like the place to land changes would be in wit-bindgen-go -- does that sound reasonable?
Hey all, when running
wit-bindgen-goI'd like the ability to be able to silence/control the output.I'm particularly thinking about the use case of a dev tool whose output looks something like this:
At present, the build output gets quite lengthy and would grow with the complexity of the project/amount of work
wasm-tools-gois doing.It's possible to implement suppression of output at the (higher) dev tool level, but it might be a bit more convenient if
wit-bindgen-gocould control logging levels and/or silence by default and let people opt in to more verbose output?I asked around and it seems like the place to land changes would be in
wit-bindgen-go-- does that sound reasonable?