Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would this work with Flutter? #1

Closed
Catsvilles opened this issue Jun 14, 2021 · 2 comments
Closed

Would this work with Flutter? #1

Catsvilles opened this issue Jun 14, 2021 · 2 comments

Comments

@Catsvilles
Copy link

Hi @maks, saw your issue at petersalomonsen's repo. Very curious, if this potentially can work in Flutter projects on Android and IOS? From my research, at the moment Flutter doesn't support WASM. But there is a way to wrap C and C++ libraries.

@maks
Copy link
Owner

maks commented Jun 14, 2021

Potentially it should work with Flutter, I'm at least planning to try it with Flutter in the near future.

Though the goal of this specific project is just to investigate integrating the (very) new wasm Dart package to run assemblyscript from Peter's project along with audio playback on Linux (which I already have working). Because this is intended for a project which will be running "headless" ona RPI using a specific midi controller for all user interactions, I'm focusing on just pure Dart at the moment.

On the general topic of WASM in iOS, because the Dart package is using wasmer, while it seems technically possible to use wasmer on iOS, I am unsure if this will run afoul of Apple's AppStore policy restrictions on JITs in iOS apps.

@Catsvilles
Copy link
Author

dart-archive/wasm#40 (comment)

Maybe this potentially can help running it easily in Flutter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants