docs(runtime): align docs with hashed runtime asset

Replace fixed /hemx.js wording with helper-provided runtime asset language so docs match hemx-axum runtime_js_path deployment boundaries.

req: axum_integration/005

req: examples/001
This commit is contained in:
slhx agent
2026-06-11 22:38:37 +02:00
parent 4254327cc7
commit bf7560b7a8
5 changed files with 41 additions and 31 deletions
+5 -5
View File
@@ -283,14 +283,14 @@ the authoring boundary:
</article>
...
</section>
<!-- the app shell loads /hemx.js and any bootstrap state -->
<!-- the app shell loads the helper-provided runtime asset and any bootstrap state -->
```
The compiler lowers those symbols to compact runtime metadata, but that metadata
is not an app-authoring contract. Runtime attachment: `/hemx.js` installs
delegated root listeners for forms, clicks, and pointer/drag events. App authors
keep composing generated resources; they do not attach per-node listeners, copy
numeric ids, or write selector glue.
is not an app-authoring contract. Runtime attachment: the helper-provided runtime
asset installs delegated root listeners for forms, clicks, and pointer/drag
events. App authors keep composing generated resources; they do not attach
per-node listeners, copy numeric ids, or write selector glue.
No framework download. No VDOM. No hydration. No game loop.