Skip to content

Conversation

kleisauke
Copy link
Collaborator

This is to avoid unnecessary calls to the messages catalog functions,
which are currently not supported within Emscripten.

Note that since musl v1.1.24 these functions are supported, see:
https://git.musl-libc.org/cgit/musl/commit?id=7590203c486d9002522019045d34ee3dee0a66f5

But this would then add a dependency on __map_file (which is
currently no-op).


The alternative would be to support message catalogs and the
__map_file function in the pending musl upgrade, but I'm not
quite sure if this can be supported, see for details: c9bfee3.

This is to avoid unnecessary calls to the message catalog functions,
which are currently not supported within Emscripten.

Note that since musl v1.1.24 these functions are supported, but this
would then add a dependency on `__map_file` (which is currently no-op).
@sbc100 sbc100 merged commit acdc25a into emscripten-core:main Mar 24, 2021
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