]> git.codecow.com Git - nano25519.git/commitdiff
Remove unused WASM export.
authorChris Duncan <chris@codecow.com>
Thu, 20 Aug 2026 00:11:55 +0000 (17:11 -0700)
committerChris Duncan <chris@codecow.com>
Thu, 20 Aug 2026 00:11:55 +0000 (17:11 -0700)
src/lib/nano25519.ts

index 4ac20b8af0f02ecbdbf1ea3697fc8797ede556b6..d9608aee6ad791ed4f2dd7524ecf67a49a7d0393 100644 (file)
@@ -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 = ''