Need a way to disable emoji output
Feature description
Disable emoji output in command line by add option or by config.
includes wasm-pack-plugin
Basic example
https://rustwasm.github.io/wasm-pack/book/cargo-toml-configuration.html
add no-emoji = true
This would be extremely useful for me, and presumably everyone else in a terminal with subpar UTF-8 support. For example, currently, this is what wasm-pack --help looks like:

It gets very annoying when there are multiple in a row, from what's supposed to be one emoji, and because of the way UTF-8 works, this is quite common.
What about solving it on a feature level? For example
cargo install wasm-pack --features no-emoji
or
--features enable-emoji
Any progress here? I'm using alacritty with tmux, and the output looks like

Yes please, that'd be amazing