Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Add flags to setup.dart required to get Android build working #48

Merged
merged 6 commits into from
Oct 14, 2021

Conversation

liamappelbe
Copy link
Contributor

@liamappelbe liamappelbe commented Oct 13, 2021

I'm working on a wasm plugin for Flutter. The main thing that the plugin will have to do is run the setup script to build the runtime for the target platform. So I added a bunch of flags to setup.dart so that the build can be configured. With this, I now have a working demo app running package:wasm on Android.

Part of #40

@liamappelbe liamappelbe marked this pull request as ready for review October 13, 2021 19:38
@kevmoo
Copy link
Contributor

kevmoo commented Oct 13, 2021

Does this need a changelog entry? Or a readme entry?

Other than it looks okay and CI is passing...I'm not an expert here.

CC @mit-mit

@liamappelbe
Copy link
Contributor Author

Added a changelog entry. I don't think it needs a readme entry, because users shouldn't be messing with these options. The flutter plugin will automatically use those options to configure the build for the target device.

@liamappelbe liamappelbe merged commit 786c899 into main Oct 14, 2021
@liamappelbe liamappelbe deleted the flutter branch October 14, 2021 17:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants