wasmtime now provides AArch64 Windows binary

This commit is contained in:
Taiki Endo
2024-10-23 00:57:22 +09:00
parent 9dbe705023
commit 02bd68d9a5
2 changed files with 12 additions and 1 deletions

View File

@@ -11,6 +11,9 @@
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
},
"aarch64_linux_gnu": {},
"aarch64_macos": {}
"aarch64_macos": {},
"aarch64_windows": {
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
}
}
}