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:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user