File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33set -x
44set -e
55
6- ZIG=" zig-macos-x86_64-0.8.0-dev.2667+44de88498 "
6+ ZIG=" zig-macos-x86_64-0.8.0-dev.2670+d8d92dafe "
77WASMTIME_VERSION=" v0.24.0"
88WASMTIME=" wasmtime-$WASMTIME_VERSION -x86_64-macos-c-api"
99GYRO_VERSION=" 0.2.3"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const std = @import("std");
22pub 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
1818pub 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};
Original file line number Diff line number Diff line change 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
1313 wasm:
1414 src:
1515 github:
16- user: kubkon
16+ user: zigwasm
1717 repo: wasm-zig
1818 ref: main
You can’t perform that action at this time.
0 commit comments