mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 00:42:13 +08:00

I was unsure if we wanted to add a new platform option for this or add a `--wasm` flag to the command. Adding a `--wasm` flag seems more complicated since we would probably want to add extra handling around proper use of the flag, whereas adding a `web-wasm` platform should require no additional checks. This is in preparation for https://github.com/flutter/flutter/issues/151664