Merge ocaml-vm: reactive runtime demos, sx-web plan, build fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 09:22:22 +00:00
5 changed files with 718 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
module T = Sx.Sx_types
module P = Sx.Sx_parser
module R = Sx.Sx_ref
module T = Sx_types
module P = Sx_parser
module R = Sx_ref
open T
let () =

View File

@@ -1,2 +1,3 @@
(library
(name sx))
(name sx)
(wrapped false))