Trying to compile flutter application using the experimental wasm. dart:html throws error on
.pub-cache/hosted/pub.dev/firebase_core_web-2.5.0/lib/firebase_core_web.dart:9:8: Error: Dart library 'dart:html' is not available on this platform.
this happens when flutter build web --wasm is executed.