typo'd it

This commit is contained in:
liquidex 2023-09-12 14:40:27 +02:00
parent 15858b8716
commit 98c1b3d7db

View file

@ -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! + scripts can be up to 65536 bytes long - this might not seem like much, but bytecode is much more compact than text!
% id = "01HA4NZ9DARFC10P5AFT6J03E1" % 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" % id = "01HA4KNTTKW393XV8CPZSW2J7H"
+ the engine loads your bytecode *mostly* verbatim, so we could include a recognizable signature at the end of every script + the engine loads your bytecode *mostly* verbatim, so we could include a recognizable signature at the end of every script