CxWebApp/static/index.html
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

14 lines
439 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CxWebApp</title>
<script type="module" crossorigin src="/static/assets/webapp-CF_wSRqt.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/webapp-BR2Xd3e4.css">
</head>
<body>
<div id="cxllm-root" data-cx-target="webapp"></div>
</body>
</html>