File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ edition.workspace = true
99license.workspace = true
1010repository.workspace = true
1111
12+ [package .metadata .binstall ]
13+ pkg-url = " {repo}/releases/download/v{version}/wit-deps-{target-arch}-{target-vendor}-{target-family}-musl"
14+ pkg-fmt = " bin"
15+ [package .metadata .binstall .overrides .aarch64-apple-darwin ]
16+ pkg-url = " {repo}/releases/download/v{version}/wit-deps-{target-arch}-{target-vendor}-{target-family}"
17+ [package .metadata .binstall .overrides .x86_64-apple-darwin ]
18+ pkg-url = " {repo}/releases/download/v{version}/wit-deps-{target-arch}-{target-vendor}-{target-family}"
19+ [package .metadata .binstall .overrides .x86_64-pc-windows-msvc ]
20+ # GNU toolchain should work on windows MSVC targets
21+ pkg-url = " {repo}/releases/download/v{version}/wit-deps-{target-arch}-{target-vendor}-{target-family}-gnu"
22+
1223[workspace .package ]
1324authors = [" Roman Volosatovs" ]
1425categories = [" wasm" ]
You can’t perform that action at this time.
0 commit comments