Results 112 comments of Yuyi Wang

同步方法:使用巨硬提供的 [AzCopy](https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10) ``` $ azcopy sync --recursive https://wingit.blob.core.windows.net/x86-64/ . $ azcopy sync --recursive https://wingit.blob.core.windows.net/i686/ . ```

仓库在这里:[Azure/azure-storage-azcopy](https://github.com/Azure/azure-storage-azcopy),是 go 写的,在 ARM 上也没问题。如果空间不够大的话,只同步 x86_64 的部分也行。

我已经在自己编译了🤣不过能有这个镜像源更好

As I've said at https://github.com/tokio-rs/tokio-uring/discussions/109, I strongly suggest make some types not `tokio-uring` or `linux` only, e.g. IoBuf.

There are also imports in the [WPF template](https://github.com/dotnet/wpf/blob/master/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/Company.WpfApplication1.vbproj). And the implicit imports for Visual Basic Console App is in the [Microsoft.NET.Sdk.VisualBasic.targets](https://github.com/dotnet/sdk/blob/master/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.VisualBasic.targets). I don't think it'll be a small change to...

https://github.com/bytecodealliance/wasmtime/blob/3fa545bd89d6e18e6e85eab57499ee9c9f5032f2/cranelift/codegen/src/isa/aarch64/mod.rs#L151-L154

The latter one is ARM64EC ABI, which seems to be not supported by Rust. I suggest focusing on the normal ARM64 ABI.

The value for `ip` and `fp` is here: ``` c typedef struct _ARM64_NT_CONTEXT { // ... union { struct { // ... DWORD64 Fp; // fp // ... } DUMMYSTRUCTNAME;...

I'm not an expert to unwinding and don't have an ARM64 Windows device neither. But according to the docs I've seen recently, I think you can just try using the...

To use it for ARM64. It uses `usize` on ARM64.