all repos — hex @ fc8380255e0235f05740a273586f49fa3cae3268

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Mon, 02 Dec 2024 18:01:10 +0100
commit

fc8380255e0235f05740a273586f49fa3cae3268

parent

9528367a7194aa51594ddc5fa371a6321f6505d1

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

jump to
M hex.chex.c

@@ -14,7 +14,7 @@ {

Module.pending_fgets.push(resolve); } }) - .then((s) = > { + .then(function(s) { // convert JS string to WASM string let l = s.length + 1; if (l >= bufsize)