We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c0078 commit d05e572Copy full SHA for d05e572
build.zig
@@ -8,7 +8,6 @@ pub const emsdk_version = emsdk_ver_major ++ "." ++ emsdk_ver_minor ++ "." ++ em
8
9
pub fn build(b: *std.Build) void {
10
_ = b.addModule("root", .{ .root_source_file = b.path("src/zemscripten.zig") });
11
- _ = b.addModule("dummy", .{ .root_source_file = b.path("src/dummy.zig") });
12
}
13
14
pub fn emccPath(b: *std.Build) []const u8 {
src/dummy.zig
0 commit comments