From 69591cc5483d36bc819c75dce9347b08b04e33bf Mon Sep 17 00:00:00 2001 From: brian cully Date: Sat, 27 Dec 2025 12:58:44 -0500 Subject: add rust/wasm impl --- site/index.html | 3 +- site/main.mjs | 261 ------------------------------------------------------- site/pure.mjs | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ site/wasm.mjs | 7 ++ 4 files changed, 271 insertions(+), 262 deletions(-) delete mode 100644 site/main.mjs create mode 100644 site/pure.mjs create mode 100644 site/wasm.mjs (limited to 'site') diff --git a/site/index.html b/site/index.html index 012e301..bdb2f5d 100644 --- a/site/index.html +++ b/site/index.html @@ -16,7 +16,8 @@
- + +