changed compiled extension to .VCR from .SLB
It stands for "Virtual Compute Runtime" rather than "Slipcode Binary"
This commit is contained in:
parent
2793b63765
commit
bc67e40434
@ -92,7 +92,7 @@ for word in source_code:
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
pure_bytes = bytes(byte_code)
|
pure_bytes = bytes(byte_code)
|
||||||
with open("Test.slb", "wb") as binary_file:
|
with open("Test.vcr", "wb") as binary_file:
|
||||||
binary_file.write(pure_bytes)
|
binary_file.write(pure_bytes)
|
||||||
|
|
||||||
print("\nWrote binary file to disk!")
|
print("\nWrote binary file to disk!")
|
Loading…
Reference in New Issue
Block a user