all repos — h3rald @ c70bb4cdc3ec57231cb7496f5bd16151c40bd1ae

The sources of https://h3rald.com

Fixes.
h3rald h3rald@h3rald.com
Wed, 04 Dec 2024 13:18:16 +0000
commit

c70bb4cdc3ec57231cb7496f5bd16151c40bd1ae

parent

ce91a29c1a606017485ef3364dd74e026b70c302

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M contents/articles/december-adventure-2024.mdcontents/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!