Yuyi Wang
Yuyi Wang
现有的POST和GET是自己造的轮子多不方便,试试[HttpClient](https://docs.microsoft.com/zh-cn/uwp/api/Windows.Web.Http.HttpClient)
File [`winx32.rs`](https://github.com/bytecodealliance/wasmtime/blob/main/crates/jit/src/unwind/winx32.rs) is outdated. ``` error[E0433]: failed to resolve: use of undeclared crate or module `cranelift_codegen` --> C:\Users\VssAdministrator\.cargo\registry\src\github.com-1ecc6299db9ec823\wasmtime-jit-0.38.1\src\unwind\winx32.rs:4:5 | 4 | use cranelift_codegen::isa::{unwind::UnwindInfo, TargetIsa}; | ^^^^^^^^^^^^^^^^^ use of undeclared crate...
As far as I know, wasmer can target Windows ARM64, and so do cranelift. https://github.com/bytecodealliance/wasmtime/blob/f242975c49385edafe4f72dfa5f0ff6aae23eda3/crates/runtime/src/traphandlers/windows.rs#L54-L62
I see that `EventStream` is using `std::thread` and `std::sync::mpsc` at now. It is of course an improvement according to #448. However, I'd like to suggest a possible improvement, with the...
I wrote a C# function like this: ``` int SizeOf() where T : unmanaged { return sizeof(T); } ``` But when I tried to call this function in a VB...
It is able to write in Visual Basic with Avalonia now. It would be more easier if templates for Visual Basic were added.
CMake supports building universal "fat" binary by setting `CMAKE_OSX_ARCHITECTURES`. Would you consider provide such feature?
#### 项目名称与简介(Project Intro.) 名称(建议):git-for-windows-msys2 这是git-for-windows开发者维护的针对msys2的软件源。git-for-windows本来是基于修改版的msys2开发并分发,该源提供了在原版msys2上安装与开发git-for-windows的可能。 #### 上游地址与镜像方法(How to Mirror) * https://wingit.blob.core.windows.net/x86-64 * https://wingit.blob.core.windows.net/i686 镜像方法应该与 msys2 相同,还有待进一步调查。 #### 其他信息(Other) - 镜像大小(Mirror Size):不清楚 - 该镜像需求是否被之前的 issue 提出过:否 - 是否阅读了[请求新镜像前必读(试行)](https://github.com/tuna/issues/issues/741):是
After #4990 merged, we can build wasmtime for Windows ARM64, and it should work without trap handling. We now need to add trap handling to make it totally work.
As far as I know, we can use `preopened_dir` to preopen some directories and give WASM binary a limited filesystem access. However, I can't find a simple way to give...