CxWebApp/static/wasm/modules.json
CxAI Agent c818a85933
Some checks are pending
build-and-push / image (push) Waiting to run
Add WebAssembly support files for cxllm_rust_core and wasm_exec
- Introduced a new WebAssembly binary file `cxllm_rust_core 3.wasm` to enhance the core functionality of the cxllm project.
- Added a new JavaScript file `wasm_exec 2.js` that provides a polyfill for WebAssembly execution in environments lacking native support.
- Included a second version of `wasm_exec 3.js` with the same functionality, ensuring compatibility and providing a backup for future enhancements.
2026-05-18 11:33:18 -05:00

26 lines
464 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"
},
{
"id": "cxedge",
"status": "built",
"detail": "cxllm_cxedge_core.wasm via emcc (v0.0.0-cxedge)"
}
]
}