From 5dc697525be4ddbf62f1814060d36e3496eb8db9 Mon Sep 17 00:00:00 2001 From: zac Date: Sat, 17 May 2025 13:18:10 +0000 Subject: [PATCH] Add Design --- Design.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Design.md diff --git a/Design.md b/Design.md new file mode 100644 index 0000000..203ebc1 --- /dev/null +++ b/Design.md @@ -0,0 +1 @@ +zssg is entirely designed around its plugin system. Using webassembly, it's language-agnostic so you can use whichever languages you're most comfortable with. It's also sandboxed as a result, so there's no risk of malicious plugins wreaking havoc on your system. \ No newline at end of file