mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This PR adds an initial implementation of a impeller-based version of skwasm. As of right now, the main things that are missing are: * Image support https://github.com/flutter/flutter/issues/175371 * Custom shader support https://github.com/flutter/flutter/issues/175431 * Turn on MSAA https://github.com/flutter/flutter/issues/175441 * Multithreading is turned off https://github.com/flutter/flutter/issues/178749 I plan on implementing these in smaller followup PRs. Towards https://github.com/flutter/flutter/issues/174980