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

Replace Duktape dependency #540

Open
Goplush opened this issue Apr 1, 2024 · 0 comments
Open

Replace Duktape dependency #540

Goplush opened this issue Apr 1, 2024 · 0 comments

Comments

@Goplush
Copy link

Goplush commented Apr 1, 2024

I'd like to raise an issue regarding the dependencies in your go-ethereum repo, which is essential to this go-opera repo. The Duktape library is archived and problematic. Due to issues with its cgo code, it can not cross compile to ARM platforms.

I'd like to suggest considering replacing Duktape with a pure Go alternative like goja. Goja doesn't have the same cgo-related problems and is actively maintained, making it a more reliable choice for cross-platform compatibility. In addition, it is used by etherum official to replace duktape.

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

1 participant