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