You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: