- Symbol interning in sx_types.ml: env lookups use int keys (intern/unintern) to avoid repeated string hashing in scope chain walks - sx-platform.js: poll for SxKernel availability (WASM init is async) - shell.sx: load sx_browser.bc.wasm.js when SX_USE_WASM=1 - bundle.sh: fix .sx file paths (web-signals.sx rename) - browser/dune: target byte+js+wasm modes - Bundle 23 .sx platform files for browser (dom, signals, router, boot, etc.) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
(executable
|
|
(name sx_browser)
|
|
(libraries sx js_of_ocaml)
|
|
(modes byte js wasm)
|
|
(preprocess (pps js_of_ocaml-ppx)))
|