-
Notifications
You must be signed in to change notification settings - Fork 203
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
[NativeAOT-LLVM] Non hybrid globalization requires JS #2557
Comments
@ilonatommy How is globalization working on WASI on Mono? |
WASI does not expose Intl API in the same way as browser does, so it's not possible to implement HG there. There are ongoing discussions under WebAssembly/WASI#239 or WebAssembly/WASI#25 mentioning the need to enable it. |
The issue explicitly mentions non HG. Do we require JS in non HG or is this issue missleading? |
Sorry, misread it. Issue is formed correctly. For |
IIUC on WASI we don't correctly compute |
We return e.g. |
With dotnet/runtime#99956, globalization requires some JS which we wont have for WASI and don't include in the build #2543 (comment). We should do something else, use the full ICU as before, in the future maybe WebAssembly/WASI#590
The text was updated successfully, but these errors were encountered: