From: Chris Duncan Date: Thu, 20 Aug 2026 00:11:55 +0000 (-0700) Subject: Remove unused WASM export. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=60bc26b526de267976f74cacb39a171d3db440ac;p=nano25519.git Remove unused WASM export. --- diff --git a/src/lib/nano25519.ts b/src/lib/nano25519.ts index 4ac20b8..d9608ae 100644 --- a/src/lib/nano25519.ts +++ b/src/lib/nano25519.ts @@ -39,10 +39,6 @@ const { exports } = new WebAssembly.Instance(module, { const message = `Nano25519WasmError: ${getString(msg)}, ${getString(file)}, row ${row}, col ${col}` throw new Error(message) }, - "performance.now" () { - // ~lib/bindings/dom/performance.now() => f64 - return performance.now() - }, // ~lib/builtins/trace(~lib/string/String, i32?, f64?, f64?, f64?, f64?, f64?) => void trace: (message: any, n?: number, a0?: number, a1?: number, a2?: number, a3?: number, a4?: number): void => { let string = ''