Skip to content

add support for openharmony-arm64 platform - #4212

Merged
evanw merged 1 commit into
evanw:mainfrom
hqzing:support_openharmony
Jul 7, 2025
Merged

add support for openharmony-arm64 platform#4212
evanw merged 1 commit into
evanw:mainfrom
hqzing:support_openharmony

Conversation

@hqzing

@hqzing hqzing commented Jun 19, 2025

Copy link
Copy Markdown
Contributor

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

evanw commented Jul 7, 2025

Copy link
Copy Markdown
Owner

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

hqzing commented Jul 9, 2025

Copy link
Copy Markdown
Contributor Author

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

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