From 93f0b312a8a276c01a85ec421dca3e35f4ff4338 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 26 Feb 2026 18:30:31 +0000 Subject: [PATCH] Re-wrap top comment --- wipforth.wat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wipforth.wat b/wipforth.wat index ec5c322..6679578 100644 --- a/wipforth.wat +++ b/wipforth.wat @@ -1,5 +1,5 @@ -;; Don't panic! WAT's just like assembly, really -- if you're missing macros, -;; labels and jumps. +;; Don't panic! WAT's just like assembly, really -- if you're missing +;; macros, labels and jumps. (module (import "emu" "mem" (memory 1 1 shared))