Rebuild hyperscript WASM bytecode bundles (hs-*.sxbc + manifest)

Updates the pre-bundled HS tokenizer/parser/compiler/runtime/integration
sx + sxbc pairs plus module-manifest.json in shared/static/wasm/sx/,
matching the current HS source after recent patches (call command,
event destructuring, halt/append, break/continue, CSS block syntax, etc.).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-22 09:09:56 +00:00
parent 5c42f4842b
commit 7357988af6
11 changed files with 504 additions and 241 deletions

View File

@@ -990,8 +990,13 @@
"hs-toggle-class!",
"hs-toggle-between!",
"hs-toggle-style!",
"hs-toggle-style-between!",
"hs-toggle-style-cycle!",
"hs-take!",
"hs-put!",
"hs-add-to!",
"hs-remove-from!",
"hs-set-on!",
"hs-navigate!",
"hs-scroll!",
"hs-halt!",
@@ -1007,6 +1012,8 @@
"hs-repeat-times",
"hs-repeat-forever",
"hs-repeat-while",
"hs-repeat-until",
"hs-for-each",
"hs-fetch",
"hs-coerce",
"hs-add",
@@ -1056,7 +1063,6 @@
"hs-runtime"
],
"exports": [
"hs-handler",
"hs-activate!",
"hs-boot!",
"hs-boot-subtree!"