-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: buildBuilding flutter applications with the toolBuilding flutter applications with the toola: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsplatform-webWeb applications specificallyWeb applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
These are the known issues with using --local-engine=wasm_release
:
- Flutter tool always tries to find a
host_
prefixed folder inout/
. - Flutter tool assumes a dart-sdk is built into
out/wasm_release
which isn't the case. - Flutter tool always compiles shaders, which can't be done with
wasm_release
because it has no impeller. - The dart compiler tries to find
out/wasm_release/dart-sdk/libraries.json
(in addition toout/wasm_release/flutter_web_sdk/libraries.json
) which doesn't exist. -
flutter build web --local-engine=wasm_release
is broken.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: buildBuilding flutter applications with the toolBuilding flutter applications with the toola: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsplatform-webWeb applications specificallyWeb applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.