Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

libffi

This is libffi, packaged for Zig.

Installation

First, update your build.zig.zon:

# Initialize a `zig build` project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/libffi.git

You can then import libffi in your build.zig with:

const libffi = b.dependency("libffi", .{
    .target = target,
    .optimize = optimize,
});
exe.root_module.linkLibrary(libffi.artifact("ffi"));

About

libffi built with the zig build system

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages