hydai

Results 94 issues of hydai

### Summary Ref: https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md#hip We would like to provide a series of the pre-built assets for the AMD platforms. ### Details * Add a new CMake option for the HIP...

enhancement
good first issue
help wanted
WASI-NN

### Summary The C API header `wasmedge.h` includes `stdbool.h`[1]. However, this header `stdbool.h` is provided by C99 but deprecated in C23. We should add a conditional check in the header...

enhancement
good first issue
c-CAPI

### Summary Previously, the wasmedge-ffmpeg plugin used ffmpeg 6.0, which is already EOL. It's not possible to ask our users to install a legacy version of ffmpeg, especially since it...

enhancement
good first issue
help wanted

## Motivation WasmEdge implements [partial of the WASI-Crypto functions](https://github.com/WasmEdge/WasmEdge/tree/master/plugins/wasi_crypto). However, some functions keep the `NOT_IMPLEMENTED` status. In this PR, we are tracking those functions. ## Details Use `grep "WasiCryptoUnexpect(__WASI_CRYPTO_ERRNO_NOT_IMPLEMENTED);"` to...

good first issue
help wanted
WASI-Crypto

Figure out why the IWYU workflow on Fedora has failed.

c-CI

### Summary Previously, we were using https://github.com/rhasspy/piper as the upstream of the WASI-NN Piper plugin. However, this project was archived by the owner on October 7, 2025, and development has...

enhancement
good first issue
WASI-NN

### Summary Dear maintainers, committers, reviewers, and contributors, WasmEdge builds the Docker images that will be used in the following stages: 1. CI base runner for self-hosted runners 2. CI...

c-CI
gitvote
gitvote/closed
gitvote/passed

### Summary The TAG-Security assessment requests clear documentation on how WasmEdge integrates with SPIFFE/SPIRE for workload identity, including any differences from other WebAssembly implementations. The assessment specifically references: - Non-human...

documentation
c-Internal

### Summary The TAG-Security assessment suggests evaluating whether WasmEdge should implement software attestation for edge devices and supply chain attestations using frameworks like in-toto, SLSA, or SCITT. Software attestation would...

documentation
c-Internal

### Summary The TAG-Security assessment identified the need for a secure update mechanism for WasmEdge core functionality on edge devices, recommending frameworks like Uptane or The Update Framework (TUF). Edge...

documentation
c-Internal
c-Installer