WebTag allows you to edit audio metadata tags in the browser.
To run WebTag locally, first install trunk and the wasm32-unknown-unknown target:
cargo install trunk
rustup target add wasm32-unknown-unknownThen,
cd /path/to/webtag
trunk serveA local version of WebTag should now be accessible at http://localhost:8080.