emscripten_assert.hpp

Assert evaluated only in debug mode with Emscripten.

Defines

emp_emscripten_assert(...)

Require a specified condition to be true if this program was compiled to Javascript with Emscripten. Note: If NDEBUG is defined, emp_emscripten_assert() will not do anything.