From a3a19b0b6232c537ce2ea401ddb1f0ea91068404 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Thu, 8 Aug 2024 18:06:41 +0000 Subject: [PATCH] Strategic retreat --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04e09d9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# x509 validator + +The intent was to check the valid until date on my websites' TLS certificates. + +I got this far before I realized that WASM (`GOARCH=wasm GOOS=js`) does not +support network calls. +Even WASI (`GOARCH=wasm GOOS=wasip1`) can only support a subset, +and even then only with a third-party library. + +I guess I'll have to use node after all... + +Leaving this here in case significant advancements are made in the near future. + -- 2.45.2