From a67c61c53bc4e51d1a867bb8afa4651794cbeade Mon Sep 17 00:00:00 2001 From: dfellis Date: Tue, 14 Jan 2025 21:54:32 +0000 Subject: [PATCH] deploy: f71e7e403fc97ccd9af5b07bf10ddeea40fb624b --- index.html | 2 +- package.json | 25 +++++ web_compiler.d.ts | 36 +++++++ web_compiler.js | 211 ++++++++++++++++++++++++++++++++++++++ web_compiler_bg.wasm | Bin 0 -> 1056316 bytes web_compiler_bg.wasm.d.ts | 9 ++ 6 files changed, 282 insertions(+), 1 deletion(-) create mode 100644 package.json create mode 100644 web_compiler.d.ts create mode 100644 web_compiler.js create mode 100644 web_compiler_bg.wasm create mode 100644 web_compiler_bg.wasm.d.ts diff --git a/index.html b/index.html index 01d8833..049e56b 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@