From 98c1b3d7db81dd9ef8c683d39908c75a1cc36458 Mon Sep 17 00:00:00 2001 From: liquidev Date: Tue, 12 Sep 2023 14:40:27 +0200 Subject: [PATCH] typo'd it --- content/programming/projects/stitchkit.tree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/programming/projects/stitchkit.tree b/content/programming/projects/stitchkit.tree index 2b60edc..1d8003b 100644 --- a/content/programming/projects/stitchkit.tree +++ b/content/programming/projects/stitchkit.tree @@ -62,7 +62,7 @@ + scripts can be up to 65536 bytes long - this might not seem like much, but bytecode is much more compact than text! % id = "01HA4NZ9DARFC10P5AFT6J03E1" - - from my analyses when building [Yarnbox][branch:programing/projects/yarnbox], most chunks of bytecode don't exceed 4096 bytes + - from my analyses when building [Yarnbox][branch:programming/projects/yarnbox], most chunks of bytecode don't exceed 4096 bytes % id = "01HA4KNTTKW393XV8CPZSW2J7H" + the engine loads your bytecode *mostly* verbatim, so we could include a recognizable signature at the end of every script