-
### Background and motivation
In interop scenarios where we have unbounded generic APIs that can take blittable or non-blittable types, we can end up in a scenario where we have a generic type `T` …
-
We have native builders for x86_64, x86_64-musl and i686. ARM architectures are cross-compiled, so native builds are actually not tested. This is especially a problem for packages which have `$nocross…
-
FlatBuffer's binary format has been set in stone for 6.5 years now, because we value binary forwards/backwards compatibility highly, and because we have a large investment in 15? or so language implem…
-
Following example illustrated the issue https://observablehq.com/d/7fb5d13d63f667b9, for convenience including snippet here as well
```js
const service = await UCAN.EdKeypair.create()
const user …
-
- [x] https://github.com/dotnet/runtime/issues/72419
- [x] https://github.com/dotnet/runtime/issues/67743
- [ ] Consolidated tests have `IsMergedTestRunnerAssembly`
- [x] https://github.com/dotnet/r…
-
### 🐛 Describe the bug
My model has an operation that can be mapped to a batched-matrix-matrix multiply. Implementing it with an element-wise product + sum over one dimension instead is much faster…
-
Have you considered trying out Native AOT in .NET 8? It lets you compile .NET apps ahead-of-time to native code, and they can run without needing to have the .NET runtime installed, which could make i…
-
**Describe the bug**
我试了fvp 0.25.0和0.26.1版本,在windows 10机子上一切正常,但是放到windows7机子上就播放不了,进度条一直加载中。
都是真机不是模拟器,windows7 的机子详情如下:
I tried FVP versions 0.25.0 and 0.26.1, and everything worked fine on Windo…
-
Building WasmEdge 0.13.4 on Debian unstable with gcc/g++ 13, results into this build failure:
Build log
```
cd /wasmedge/obj-x86_64-linux-gnu/lib/validator && /usr/lib/ccache/c++ -DFMT_SHARED…
-
### Describe the Problem
Some customers have expressed the desire for accessing old versions of samples in the dotnet/samples repo. We want .NET 8.0 samples to be compatible with older samples vers…