-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Android support #3839
Comments
Hello @rektide - it has been a long time since I've seen your avatar : ) Deno could support Android, but it's going to be some work. First thing would be to get rusty_v8 to build.
Once RustyV8 builds there, it should be pretty easy to port Deno. Does Github Actions support Android arm? |
Hello ! I tried building it for aarch64-linux-android, so I installed the target with rustup: After running: I search for it with I'm really interested to have a first version running on android and maybe help to share deno on java repositories. EDIT: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
rusty_v8 support landed in denoland/rusty_v8#860. there are some other tickets about in deno for ongoing android support. |
Hello. Does Deno support Android? I haven't tried using rust on Android yet, but it'd be lovely to be able to mix in some Deno to an Android app a powerful embedded/scripting runtime. Thought I'd ask. What feats might be required to push this forward, if not?
The text was updated successfully, but these errors were encountered: