Fixes.
h3rald h3rald@h3rald.com
Wed, 04 Dec 2024 13:18:16 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
M
contents/articles/december-adventure-2024.md
→
contents/articles/december-adventure-2024.md
@@ -55,7 +55,7 @@ I finally got STDIN to work properly, and you are now able to input into the hex REPL via a standard textbox that blends in with the rest of the pseudo-terminal I quickly hacked together.
Here's a picture for posterity, in case the design changes: -![hex playground](/assets/images/dec-adv-2024/hex-playground.png) +![hex playground](/images/dec-adv-2024/hex-playground.png) How I did it, you ask? I basically had to implement an alternative `fgets` implementation using one of the (ugh!) Emscripten macros to actually call JavaScript code, and it works beautifully!