Some checks are pending
build-and-push / image (push) Waiting to run
- 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.
21 lines
338 B
JSON
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"
|
|
}
|
|
]
|
|
}
|