Flag to prevent wasm-pack from printing opinions about my Cargo.toml
Author: LokathorCreated Feb 10, 2026Updated Mar 23, 2026
Every time I run wasm-pack build it prints extra info about if i should add keys to my Cargo.toml file (eg: license and repository), or if I do put a license entry it'll tell me that I don't have a matching LICENSE file in the repository.
I would like a command line flag that just turns all that off. I don't want wasm-pack's opinions on any of that. Things are in development, I'll get to that later. Just do the build that I asked for please.
Source: wasm-bindgen/wasm-pack