News

Here’s a simple Zig program that exposes a method ... To call it from Python, all you need is ctypes: import ctypes calc = ctypes.CDLL('./calc.so') # ^ or calc.dll in Microsoft Windows print ...