We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We had this reported by a couple of different users independently in emscripten: emscripten-core/emscripten#9996
Our downstream fix was: emscripten-core/emscripten#10025
The text was updated successfully, but these errors were encountered:
Avoid using cast expressions in WASI API constants.
545f25f
Cast expressions aren't valid to use in some preprocessor constants, so change the constants to use `UINT32_C` etc. instead of casts. Fixes #146.
bb296f1
Avoid using cast expressions in WASI API constants. (#148)
dd010be
Successfully merging a pull request may close this issue.
We had this reported by a couple of different users independently in emscripten:
emscripten-core/emscripten#9996
Our downstream fix was:
emscripten-core/emscripten#10025
The text was updated successfully, but these errors were encountered: