pw_assert_fuchsia#
pw_assert backend for Fuchsia
Experimental C C++
Overview#
The pw_assert_fuchsia module provides PW_ASSERT() and PW_CHECK_*()
backends for the pw_assert module that call ZX_PANIC() on Fuchsia. Only Bazel
is supported because the Fuchsia SDK only supports Bazel.