xref: /aosp_15_r20/external/pigweed/pw_assert_fuchsia/docs.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
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