This commit is contained in:
Ilia Denisov
2026-05-07 13:41:33 +02:00
parent fbc0260720
commit 87a6694e2d
2 changed files with 53 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@
// All functions return either a Uint8Array, a boolean, or fail closed.
// They never throw — callers may inspect the boolean result or rely on
// the canon-byte length to detect malformed input.
//go:build js && wasm
package main
import (