This is an action item from the postmortem review for #9701
Currently our integration tests use dart2js/canvaskit not dart2wasm/skwasm. We should run them against both dart2js and dart2wasm. This might be as simple as passing the --wasm flag to Flutter Driver.
This is an action item from the postmortem review for #9701
Currently our integration tests use dart2js/canvaskit not dart2wasm/skwasm. We should run them against both dart2js and dart2wasm. This might be as simple as passing the
--wasmflag to Flutter Driver.