Store a string as a blob and return its address.
(s: &str, stt: &CompileState)
| 333 | /// its canonical `addr`/`meta`; `original` captures the Lean-native form. |
| 334 | /// |
| 335 | /// Errors with `CompileError::InvalidMutualBlock` if the metadata's |
| 336 | /// self-name address does not match `name`'s compiled address — that |
| 337 | /// mismatch is structural corruption (the address map and the name |
| 338 | /// table disagree about which constant this `meta` describes) and |
| 339 | /// silently continuing would splice foreign metadata into `name`'s |
| 340 | /// Named entry. |