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.
14 lines
439 B
HTML
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>
|