-
If I wanted to use ZMQ (or another low level networking library) in a plugin how would I achieve this? What would be the proper way to include the header file and use the library functions provided. A…
-
Per, https://github.com/dotnet/runtimelab/pull/2614#discussion_r1661386986, I've been adding WASIp2 support to .NET, and the current approach involves checking the `wit-bindgen`-generated bindings int…
dicej updated
4 months ago
-
**Feature description**
Termux should circumvent Play Store policy of restricting execution of arbitrary code from third parties, by imitating what Google Chrome does. Bundling packages into APKs i…
-
### Summary
👋 trying to build the latest release, but run into some build issue. The error log is as below:
error build log
```
[99/105] : && /opt/homebrew/Cellar/cmake/3.29.3/bin/cmake …
-
The `wasm32-wasi` target is deprecated and is has already been renamed `wasm32-wasip1`. See [this blog post](https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html)
Actions:
…
-
### Description
Have created a new .NET MAUI Hybrid app on .NET 8 and tried to restore the dependencies.
Unfortunately, the restore failed even after installing the prerequisite workloads.
He…
-
### Description
Currently mono requires a main function when building for wasi. This shouldn't be required.
Related: https://github.com/dotnet/runtime/issues/96419
@AaronRobinsonMSFT @lewing @y…
-
## Implementation plan
- [x] Split Wasm SDK in the SDK repo (https://github.com/dotnet/sdk/pull/31154)
- [x] Move Wasm SDK to the runtime repo
- [x] https://github.com/dotnet/installer/pull/15951…
-
That means we should create new `runtime-deps` images for .NET 9+, for runtime and AOT scenarios. .NET 9 reuses .NET 8 `runtime-deps`, currently.
https://github.com/dotnet/dotnet-docker/tree/main/s…
-
I'm building directly on an arm64 linux machine and compiling llvm takes 60+ minutes so would be really helpful to have a release build.
Is there currently any plan for this? I see a similar, but …