This commit is contained in:
Spxg
2025-09-24 15:59:41 +00:00
parent 45e33f7781
commit 3fc6db9559
9 changed files with 1131 additions and 1079 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -55,8 +55,8 @@
<script type="module">
import init, * as bindings from '/app-734bc960c873fbeb.js';
const wasm = await init({ module_or_path: '/app-734bc960c873fbeb_bg.wasm' });
import init, * as bindings from '/app-e23e3c178059bfed.js';
const wasm = await init({ module_or_path: '/app-e23e3c178059bfed_bg.wasm' });
window.wasmBindings = bindings;
@@ -67,6 +67,6 @@ dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script>
<link rel="modulepreload" href="/app-734bc960c873fbeb.js" crossorigin="anonymous" integrity="sha384-sVl/ZXLTD5Jke5YaJUclnDxID9DD9XtpvlKthpOoHZiXKLzdWTgnjfgmWA711FUK"><link rel="modulepreload" href="/snippets/wasm-array-cp-201e2a98f0e691f7/copy.min.js" crossorigin="anonymous" integrity="sha384-/kdXqGA0wWggjGvIXkrGqccj7ytWMBcPlZqV2uivamNC647IQBH/SW1gdOLKN4Ro"><link rel="preload" href="/app-734bc960c873fbeb_bg.wasm" crossorigin="anonymous" integrity="sha384-nMUC7rkUJhQnirMFewb3Ci5hmsJbL0A17xNEQ4E7Mm04OLtG3scnXFf7ztagSnxu" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="/app-e23e3c178059bfed.js" crossorigin="anonymous" integrity="sha384-y5Q5UcweK1k5D3810C2UVFlsqIDC2Tv15TDrEsReVqBuxSBQQEVYp9rLSFxf416+"><link rel="preload" href="/app-e23e3c178059bfed_bg.wasm" crossorigin="anonymous" integrity="sha384-kXXA95i5yuf3bG2L7VGX2P0SXpKt2hG/Emc0Gtr1KGmHNHwJp8Jd7O3egAEknkf3" as="fetch" type="application/wasm"></head>
<body></body>
</html>

View File

@@ -1 +0,0 @@
class t{static toI8Slice(t,r,e,a){new Int8Array(t.buffer,e,a).set(r,0)}static toI8Array(t,r,e,a){const s=new Int8Array(t.buffer,r,e);a.set(s,0)}static toI16Slice(t,r,e,a){new Int16Array(t.buffer,e,a).set(r,0)}static toI16Array(t,r,e,a){const s=new Int16Array(t.buffer,r,e);a.set(s,0)}static toI32Slice(t,r,e,a){new Int32Array(t.buffer,e,a).set(r,0)}static toI32Array(t,r,e,a){const s=new Int32Array(t.buffer,r,e);a.set(s,0)}static toU8Slice(t,r,e,a){new Uint8Array(t.buffer,e,a).set(r,0)}static toU8Array(t,r,e,a){const s=new Uint8Array(t.buffer,r,e);a.set(s,0)}static toU8CSlice(t,r,e,a){new Uint8ClampedArray(t.buffer,e,a).set(r,0)}static toU8CArray(t,r,e,a){const s=new Uint8ClampedArray(t.buffer,r,e);a.set(s,0)}static toU16Slice(t,r,e,a){new Uint16Array(t.buffer,e,a).set(r,0)}static toU16Array(t,r,e,a){const s=new Uint16Array(t.buffer,r,e);a.set(s,0)}static toU32Slice(t,r,e,a){new Uint32Array(t.buffer,e,a).set(r,0)}static toU32Array(t,r,e,a){const s=new Uint32Array(t.buffer,r,e);a.set(s,0)}static toF32Slice(t,r,e,a){new Float32Array(t.buffer,e,a).set(r,0)}static toF32Array(t,r,e,a){const s=new Float32Array(t.buffer,r,e);a.set(s,0)}static toF64Slice(t,r,e,a){new Float64Array(t.buffer,e,a).set(r,0)}static toF64Array(t,r,e,a){const s=new Float64Array(t.buffer,r,e);a.set(s,0)}static toBigInt64Slice(t,r,e,a){new BigInt64Array(t.buffer,e,a).set(r,0)}static toBigInt64Array(t,r,e,a){const s=new BigInt64Array(t.buffer,r,e);a.set(s,0)}static toBigUint64Slice(t,r,e,a){new BigUint64Array(t.buffer,e,a).set(r,0)}static toBigUint64Array(t,r,e,a){const s=new BigUint64Array(t.buffer,r,e);a.set(s,0)}}export{t as JSArrayBufferCopy};

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.