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

Fix build on Emscripten #125

Closed
wants to merge 1 commit into from

Conversation

leha-bot
Copy link

@leha-bot leha-bot commented Sep 2, 2024

It doesn't have wcstof_l and wcstod_l, so we have to use wcstold_l.

Closes #124.

It doesn't have wcstof_l and wcstod_l.
@eliaskosunen
Copy link
Owner

Fixed separately in 815b1fb by not using the _l functions at all on Emscripten.

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.

feature request: support the Emscripten build
2 participants