Skip to content

Google Highway built with the Zig build system

License

Notifications You must be signed in to change notification settings

allyourcodebase/highway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Highway

This is Google Highway, packaged for Zig.

Does not yet include libhwy_contrib.

How to use it

First, update your build.zig.zon:

zig fetch --save git+https://github.com/allyourcodebase/highway

Next, in build.zig, declare the dependency and link with the static library:

const highway_dep = b.dependency("highway", .{
    .target = target,
    .optimize = optimize,
});

// ...
exe.linkLibrary(highway_dep.artifact("hwy"));

About

Google Highway built with the Zig build system

Resources

License

Stars

Watchers

Forks

Languages