From b9ecb81c9456a1a2253264e58d77bad23660ade3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:13:06 -0400 Subject: [PATCH 1/2] Create donut.wat --- donuts/donut.wat | 1 + 1 file changed, 1 insertion(+) create mode 100644 donuts/donut.wat diff --git a/donuts/donut.wat b/donuts/donut.wat new file mode 100644 index 0000000..3af8f25 --- /dev/null +++ b/donuts/donut.wat @@ -0,0 +1 @@ +(module) From 6c224bede5ab29bb40fa9b8561ee3fe7c2000a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:22:39 -0400 Subject: [PATCH 2/2] Update info.json --- info.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/info.json b/info.json index 6e27fee..f391e2d 100644 --- a/info.json +++ b/info.json @@ -58,5 +58,9 @@ "html": { "name": "The Color Blocks", "github": "thecolorblocks" + }, + "wat": { + "name": "Ricardo", + "github": "Rudxain" } }