-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
e: wasmIssues related to the wasm build of Flutter Web.Issues related to the wasm build of Flutter Web.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform team
Description
As of right now, the conditional import in bitfield.dart is based on dart.library.js_util, which evaluates to true on both JS and wasm backends. (See
| if (dart.library.js_util) '_bitfield_web.dart' as bitfield; |
_bitfield_io.dart implementation in dart2wasm, which basically means switching the conditional import to use something like dart.library.html or dart.library.js or something like that instead.Metadata
Metadata
Assignees
Labels
e: wasmIssues related to the wasm build of Flutter Web.Issues related to the wasm build of Flutter Web.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform team