dart-lang / dart-pad

An online Dart editor with support for console, web, and Flutter apps
https://dartpad.dev
BSD 3-Clause "New" or "Revised" License
1.7k stars 552 forks source link

web ui: compile to wasm #3021

Open kevmoo opened 3 months ago

kevmoo commented 3 months ago

The host UI should compile to wasm.

First step: https://github.com/dart-lang/dart-pad/issues/3020

parlough commented 3 months ago

The largest blocker here is currently https://github.com/flutter/flutter/issues/133466.