Skip to content

Commit

Permalink
some arch moves + mint memory database
Browse files Browse the repository at this point in the history
  • Loading branch information
StringNick committed Sep 5, 2024
1 parent ef610ea commit 240a750
Show file tree
Hide file tree
Showing 31 changed files with 791 additions and 64 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ pub fn build(b: *std.Build) !void {
.root_source_file = b.path("src/lib.zig"),
.target = target,
.optimize = optimize,
.single_threaded = false,
});
lib_unit_tests.root_module.addImport("zul", zul);
lib_unit_tests.root_module.addImport("secp256k1", secp256k1.module("secp256k1"));
Expand Down
Loading

0 comments on commit 240a750

Please sign in to comment.