Package libvmz as a Zig dependency #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex-package-libvmz"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
build.zig.zonso vmz can be consumed as a Zig package.vmzmodule and attach the Swift bridge, C include path, framework links, and Swift runtime links to it.zig-out/lib/libvmz.aandzig-out/include/libvmz.h.Verification:
nix develop --command zig fmt build.zignix develop --command zig buildb.dependency("vmz", ...)andvmz_dep.module("vmz").View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.