CxWebApp/static/wasm/modules.json
CxAI Agent ef01b5809b
Some checks are pending
build-and-push / image (push) Waiting to run
Add CSS styles for sidebar and UI components; include WebAssembly core module
- Introduced a new CSS file for sidebar and UI component styles, defining variables for colors, fonts, and layout.
- Added responsive design adjustments for smaller screens.
- Included a new WebAssembly module for core functionality, enhancing performance and capabilities.
2026-05-18 09:13:12 -05:00

21 lines
338 B
JSON

{
"schemaVersion": 1,
"modules": [
{
"id": "rust",
"status": "built",
"detail": "cxllm_rust_core.wasm"
},
{
"id": "cpp",
"status": "built",
"detail": "cxllm_cpp_core.wasm via emcc"
},
{
"id": "go",
"status": "built",
"detail": "cxllm_go_core.wasm"
}
]
}