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

run on baremetal Raspberry Pi? #46

Closed
tomByrer opened this issue Feb 27, 2022 · 1 comment
Closed

run on baremetal Raspberry Pi? #46

tomByrer opened this issue Feb 27, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tomByrer
Copy link

I found this C++ lib: https://github.com/rsta2/circle
But I don't know C, wondering if someone else is trying to get it working via that route?

@billywhizz
Copy link
Contributor

hi tom.

building for arm would require also building the v8 lib for arm, which i don't know much about and would have to do some research on. i have some raspberry pi's lying around that i can experiment with if i ever get time to look into this, but should be able to cross-compile on non-arm too. happy for other folks to try too and i'll help any way i can.

i don't think you will need anything like that library. most of the just-js code should work just same on ARM barring maybe the http module which uses x86 specific instructions for the parsing. so the key task here would be figuring out how to build v8lib for arm - i don't think it should be too difficult for anyone that has built v8 or chromium on arm before.

https://github.com/just-js/libv8

@billywhizz billywhizz self-assigned this Feb 27, 2022
@billywhizz billywhizz added the enhancement New feature or request label Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants