1.. _module-pw_assert_fuchsia: 2 3================= 4pw_assert_fuchsia 5================= 6.. pigweed-module:: 7 :name: pw_assert_fuchsia 8 9-------- 10Overview 11-------- 12The ``pw_assert_fuchsia`` module provides ``PW_ASSERT()`` and ``PW_CHECK_*()`` 13backends for the ``pw_assert`` module that call ``ZX_PANIC()`` on Fuchsia. Only Bazel 14is supported because the Fuchsia SDK only supports Bazel. 15