Skip to content

add support for openharmony-arm64 platform #4212

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

Merged
merged 1 commit into from
Jul 7, 2025

Conversation

hqzing
Copy link
Contributor

@hqzing hqzing commented Jun 19, 2025

OpenHarmony is a new operating system that is now experimentally supported by the Node.js runtime.

For more information, see: nodejs/node#58350

Currently, esbuild does not support OpenHarmony, so users cannot develop frontend projects using esbuild or vite on OpenHarmony PCs. Therefore, I submitted this PR, hoping that esbuild can support the OpenHarmony.

Since the Go compiler does not yet support the OpenHarmony platform, we are unable to cross-compile the esbuild binary for OpenHarmony. Therefore, I am using WASM to provide support for OpenHarmony.

The Node.js runtime currently only supports OpenHarmony on the arm64 architecture, so I am only adding support for arm64.

@evanw evanw merged commit d803f72 into evanw:main Jul 7, 2025
@evanw
Copy link
Owner

evanw commented Jul 7, 2025

Version 0.25.6 was just published and should include support for OpenHarmony arm64. I'm unable to test it myself but let me know if it works for you or not.

@hqzing
Copy link
Contributor Author

hqzing commented Jul 9, 2025

Version 0.25.6 was just published and should include support for OpenHarmony arm64. I'm unable to test it myself but let me know if it works for you or not.

Thank you, it works well.

npm_esbuild

@hqzing hqzing deleted the support_openharmony branch July 10, 2025 07:19
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

Successfully merging this pull request may close these issues.

2 participants