Skip to content

Commit 8bd1302

Browse files
committed
fix(wasm): align web loader with core ABI
1 parent b7e2ac6 commit 8bd1302

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2 id="report-grade" class="report-grade">—</h2>
124124
<div id="fallback" class="fallback" hidden></div>
125125

126126
<footer class="footer">
127-
<span>Deterministic Rust/WASM · ABI v3 · offline-capable</span>
127+
<span>Deterministic Rust/WASM · ABI v4 · offline-capable</span>
128128
<a href="https://axonos.org" rel="noopener">axonos.org</a>
129129
</footer>
130130

web/wasm-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-AxonOS-Commercial
33
// Part of Neural Boundary Game — Cognitive Sovereignty Console (v8.0.1).
44
//
5-
// Instantiates the flat WASM ABI v3 core and wraps it in a typed JS facade.
5+
// Instantiates the flat WASM ABI v4 core and wraps it in a typed JS facade.
66
// The facade is read-only over engine state (§16.2): it never computes grade,
77
// score, or hash. Health is verified against §14.3 / §17.1.
88

0 commit comments

Comments
 (0)