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

Workaround to prevent ICU trouble #30544

Closed
mabels opened this issue Oct 9, 2019 · 4 comments
Closed

Workaround to prevent ICU trouble #30544

mabels opened this issue Oct 9, 2019 · 4 comments
Labels
i18n-api Issues and PRs related to the i18n implementation. wasm Issues and PRs related to WebAssembly.

Comments

@mabels
Copy link

mabels commented Oct 9, 2019

My current workaround is to build and run the icu packages with wasm “https://www.npmjs.com/package/wasm-intl” which gives the application developer full control of this ICU back. But raises the question if ICU should shipped with node in future version as native or wasm compilation which enables that node could use architecture independent translation sets that give the application dev controllback and not raises these kind of problems at all.

I knew that future version of node will ship the full-icu in standard configuration. But why not use this case to explore wasm in node core.

@BridgeAR BridgeAR transferred this issue from nodejs/Release Nov 19, 2019
@BridgeAR
Copy link
Member

I transferred this issue from the Release working group to the core one. I believe this issue is best discussed here.

@BridgeAR BridgeAR added i18n-api Issues and PRs related to the i18n implementation. wasm Issues and PRs related to WebAssembly. labels Nov 19, 2019
@devsnek
Copy link
Member

devsnek commented Nov 19, 2019

I'm confused about what this is asking. Is there something extra this wasm build is providing you?

@srl295
Copy link
Member

srl295 commented Mar 19, 2020

@mabels the full ICU support landed in #29522 also see https://github.com/unicode-org/omnicu

@jasnell
Copy link
Member

jasnell commented Jun 19, 2020

I believe there's nothing actionable here. Closing. We can reopen if necessary

@jasnell jasnell closed this as completed Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n-api Issues and PRs related to the i18n implementation. wasm Issues and PRs related to WebAssembly.
Projects
None yet
Development

No branches or pull requests

5 participants