Refer to upb_proto_c_library rather than upb_proto_library.

The former seems to be preferred nowadays.
pull/19266/head
Philipp Stephani 4 months ago
parent cea3120c4e
commit 8c7dfa0a4e
  1. 2
      docs/upb/design.md

@ -242,7 +242,7 @@ There are three main ways of loading a MiniTable:
links against these, the MiniTable will be placed into `.rodata` (or
`.data.rel.ro`) in the binary. The MiniTable can then be obtained from a
generated function. In Blaze/Bazel these files can be generated and linked
using the `upb_proto_library()` rule.
using the `upb_proto_c_library()` rule.
2. **From MiniDescriptors:** The user can build MiniDescriptors into MiniTables
at runtime. MiniDescriptors are a compact upb-specific wire format designed
specially for this purpose. The user can call `upb_MiniTable_Build()` at

Loading…
Cancel
Save