-
Notifications
You must be signed in to change notification settings - Fork 360
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
Do not use strtold with WASI #841
Conversation
The symbol is not available.
Codecov ReportBase: 99.45% // Head: 99.45% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #841 +/- ##
=======================================
Coverage 99.45% 99.45%
=======================================
Files 18 18
Lines 4069 4069
=======================================
Hits 4047 4047
Misses 22 22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Was the function available in older versions or has CLI11 never worked with WASM? |
CLI11 has worked with WASM in general (I have been using it for a while). However, for the WASI WebAssembly toolchain, long double is not supported. |
I did a quick check with WASI SDK 19, 16, 14 via itk-wasm, all the same:
|
I just noticed this! 👀 🙄 Let me try it first before merging this, please... |
This flag does the trick, applied: InsightSoftwareConsortium/ITK-Wasm#748 Sorry for the noise! |
ok, thanks, I might make a note in the docs at some point to reference that flag if anyone else runs into the same issue. |
The symbol is not available in WASI-SDK-19.