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:
+5
-5
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user