py.zig provides a lightweight interface for creating python extensions in zig. Since these types have the same memory representation as the c-equivalent you can safetly use @ptrCast and pass them to ...
Note: jsrun is under development. Expect breaking changes between minor versions. One of the most compelling use cases for jsrun is building safe execution environments for AI agents. When LLMs ...