Skip to content

Commit 7a31f6d

Browse files
committed
Update Github path to package
1 parent 7916e22 commit 7a31f6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const std = @import("std");
22
pub const pkgs = struct {
33
pub const wasm = std.build.Pkg{
44
.name = "wasm",
5-
.path = ".gyro/wasm-zig-kubkon-a8f98d100ae0ede37f42d5c084d1401805e1e843/pkg/src/main.zig",
5+
.path = ".gyro/wasm-zig-zigwasm-3041a2dce58a41b49e9e6623bb07154e17e4911a/pkg/src/main.zig",
66
};
77

88
pub fn addAllTo(artifact: *std.build.LibExeObjStep) void {
@@ -16,5 +16,5 @@ pub const pkgs = struct {
1616
};
1717

1818
pub const base_dirs = struct {
19-
pub const wasm = ".gyro/wasm-zig-kubkon-a8f98d100ae0ede37f42d5c084d1401805e1e843/pkg";
19+
pub const wasm = ".gyro/wasm-zig-zigwasm-3041a2dce58a41b49e9e6623bb07154e17e4911a/pkg";
2020
};

gyro.zzz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgs:
44
root: src/main.zig
55
description: Zig embedding of Wasmtime
66
license: Apache-2.0
7-
source_url: "https://github.com/kubkon/wasmtime-zig"
7+
source_url: "https://github.com/zigwasm/wasmtime-zig"
88
tags:
99
wasmtime
1010
wasm
@@ -13,6 +13,6 @@ deps:
1313
wasm:
1414
src:
1515
github:
16-
user: kubkon
16+
user: zigwasm
1717
repo: wasm-zig
1818
ref: main

0 commit comments

Comments
 (0)