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
Relevant macros gathered from echo | em++ -dM -E -x c++ -:
echo | em++ -dM -E -x c++ -
#define EMSCRIPTEN 1 #define __EMSCRIPTEN__ 1 #define __wasm 1 #define __wasm32 1 #define __wasm32__ 1 #define __wasm__ 1
The text was updated successfully, but these errors were encountered:
Also it's already detected in some way by boost.config: https://www.boost.org/doc/libs/1_82_0/boost/config/detail/select_platform_config.hpp
Sorry, something went wrong.
No branches or pull requests
Relevant macros gathered from
echo | em++ -dM -E -x c++ -
:The text was updated successfully, but these errors were encountered: