We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ea152 commit f297927Copy full SHA for f297927
2 files changed
build.zig
@@ -18,6 +18,7 @@ pub fn build(b: *std.Build) void {
18
node_api.addSystemIncludePath(node_api_headers.path("include"));
19
20
const sample_addon = b.addLibrary(.{
21
+ .use_llvm = true,
22
.linkage = .dynamic,
23
.name = "sample-addon",
24
.root_module = b.createModule(.{
tests/node_modules/node-api-test-module/zig-module.node
112 Bytes
0 commit comments