From e9cd9ea2c816298057451b1e46bd5af6233a8ec2 Mon Sep 17 00:00:00 2001 From: JP Hastings-Edrei Date: Sun, 19 Jan 2025 11:40:07 +0000 Subject: [PATCH] create note post --- content/notes/2025-01-19/6vfhy/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/notes/2025-01-19/6vfhy/index.md diff --git a/content/notes/2025-01-19/6vfhy/index.md b/content/notes/2025-01-19/6vfhy/index.md new file mode 100644 index 00000000..98b16320 --- /dev/null +++ b/content/notes/2025-01-19/6vfhy/index.md @@ -0,0 +1,8 @@ +--- +date: 2025-01-19T11:40:21.900Z +publishDate: 2025-01-19T11:40:21.900Z +tags: + - TinyGo +--- + +A PR of mine was accepted into [go-wasm-http-server](https://github.com/nlepage/go-wasm-http-server) that makes it [TinyGo](/tags/tinygo) compatible! Now your Go webservers can be built into **tiny** WASM blobs and run in ServiceWorkers 🥳