Cache

Since kaoscript compilation is on the heavy side, its compiler use cache files to avoid to have to recompile every files when it doesn't need to.

typeextensiondescriptionexample
binary.ksbthis is the compiled code for a targeted engine.index.ks.v8-v6.6.ksb
hashes.kshincludes all the used files with their hashes.index.ks.v8-v6.6.ksh
metadata.ksminclude the metadata use when importing the current module.index.ks.v8-v6.6.ksm

You can use the command kaoscript --clean to clean all those caches files.