Skip to content

ChainSafe/blst.zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blst packaged for Zig

Usage

zig fetch --save git+https://github.com/ChainSafe/blst.zig.git
const blst_dep = b.dependency("blst", .{
    .target = target,
    .optimize = optimize,
});

your_exe.linkLibrary(blst_dep.artifact("blst"));

About

blst ported to the zig build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages