-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Package request: deno #5306
Comments
Hi, I tried to compile deno from sources, and there was at least one error with package sys-info which does not seem to know termux env |
Sys-info(0.8.0) is now compiled successfully. But problem is rusty_v8 don't support arm64. |
Indeed
|
any news on this??? |
Hey! Rusty_v8 supports arm64 since 0.20.0, maybe you can try. Compiling code for arm64 needs arm CPU like Raspberry Pi , I am a newbie and don't have that device. 😔 |
You can install rust on termux on your android device Then clone the rusty_v8 It was failing lat time I checked Here is the error you get:
|
There's already a working progress to support |
I just tested, but it does not compile on termux error: linker error: aborting due to previous error error: build failed I checked the differences with master, but don't see much |
Make sure you pull the submodules first or pass the $ git clone https://github.com/denoland/rusty_v8.git --recursive -b android |
I've managed to compile it on devices. It work without any problem. |
could you provide more info about it? |
Deno is a secure TypeScript runtime with V8 engine. Written in rust by the same creator as Node.js.
Recently version 1.0.0 was released so it's starting to become more stable.
GitHub: https://github.com/denoland/deno
The text was updated successfully, but these errors were encountered: