beremiz

file isExecutable
Added native (not a plugin) asynchronous python eval function block - Beta. Code cleanup in C code templates.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]