emscripten_assert.hpp

Assert evaluated only in debug mode with Emscripten.

This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2020 Michigan State University MIT Software license; see doc/LICENSE.md

Defines

INCLUDE_EMP_BASE_EMSCRIPTEN_ASSERT_HPP_GUARD
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.