feat(text): prepare the Rust text stack for publishing - #48
Draft
thejustinwalsh wants to merge 25 commits into
Draft
feat(text): prepare the Rust text stack for publishing#48thejustinwalsh wants to merge 25 commits into
thejustinwalsh wants to merge 25 commits into
Conversation
size-limit report 📦
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This publishing-readiness slice sits directly above #47 and turns the Rust text stack into one coherent
@pmndrs/textproduct surface.@pmndrs/text; no separate font-baker package is published.textCLI withbakeandglyphscommands, direct and project-discovery baking, Unicode-range selection, Bitmap/MSDF/Slug selection, command-specific help, JSON output, and byte-exact--checkverification.@pmndrs/text/bake, and the browser runtime Worker. One prepared source feeds shaping plus every selected raster baker and produces one validated canonical GLB.Cache-Control/Expiresmetadata from the source response, while unavailable or non-cacheable storage remains a transparent miss.App, one switched worldText, explicit world/UITextGrouplayers, one multi-technique load per asset, and font-stack icon fallback.Package surfaces
@pmndrs/text@pmndrs/text/bake@pmndrs/text/runtime-bake@pmndrs/text/three@pmndrs/text/r3ftextThe root runtime graph has no static edge to the optional baker Wasm, its
std-enabled dependencies, Ajv, or glTF Validator. Shared runtime Rust remainsno_std; the optional baker alone owns its Fontations subsetting requirements.Stack
main→ #44 → #45 → #47 → #48Validation
The stack includes focused coverage for:
GitHub Actions reports the final full-stack status for the published commit.