feat(host): add typed host capability boundary
Introduce hemx-host with typed capability manifests, calls, events, host-check failures, reusable browser/PWA and native-shell profiles, and a tiny optional browser adapter for haptics/share that returns host events without DOM mutation. req: host/001 req: host/002 req: host/003 req: host/004 req: host/005
This commit is contained in:
Generated
+8
@@ -518,6 +518,14 @@ dependencies = [
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hemx-host"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"hemx-core",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hemx-js"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user