Improvements to scripts and search, and improve pages on text-only browsers

This commit is contained in:
Bad Manners 2024-08-29 15:39:38 -03:00
parent 5521291e5b
commit 6ff0de4a50
12 changed files with 34 additions and 28 deletions

2
src/env.d.ts vendored
View file

@ -4,4 +4,4 @@
declare module "polywasm" {
export const WebAssembly: typeof globalThis.WebAssembly;
}
}