Using emscripten on web #2504
Unanswered
CodeDoctorDE
asked this question in
Q&A
Replies: 1 comment
-
Hi, as long as it can be compiled in web, I guess it is surely possible to be used with Flutter. But if you find any problem, feel free to create issues! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently trying to use lua with flutter. for this i want to use https://github.com/mlua-rs/mlua, but it only supports web using emscripten. Can I use it with this?
The official luau library is also using emscripten: https://github.com/luau-lang/luau/blob/24cacc94edaae6311f668e8c8cb4b223ff39cf24/CMakeLists.txt#L264.
Is there a better option? I'm currently trying to add plugin support to my flutter apps.
Beta Was this translation helpful? Give feedback.
All reactions