Merge pull request #309 from lightpanda-io/update_deps

update zig-js-runtime
This commit is contained in:
Francis Bouvier
2024-11-26 12:59:19 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ pub fn build(b: *std.Build) !void {
const target = b.standardTargetOptions(.{});
const mode = b.standardOptimizeOption(.{});
const options = try jsruntime.buildOptions(b);
const options = jsruntime.buildOptions(b);
// browser
// -------