wasmedge (0.14.1+dfsg-3.1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/0.14.1+dfsg-3.1 tag
- Git: https://salsa.debian.org/debian/wasmedge.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 1736704
- Browser: https://salsa.debian.org/debian/wasmedge
- Last scan: 2025-03-27 07:26:06+00
- Next scan: 2025-04-03 05:27:00+00
- Debian changelog in Git:
wasmedge (0.14.1+dfsg-3.1) unstable; urgency=medium
* Non-maintainer upload.
* capi-wasi-env test: switch to wasm32-wasip1 target (Closes: #1093422)
-- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 21 Jan 2025 16:29:00 +0100
- This branch is 2 commits ahead of tag debian/0.14.1+dfsg-3.1
- Git log:
commit de787884aa38800584ce434159d9aeebfb6fb5cf
Merge: 5520988 5eb9386
Author: Faidon Liambotis <paravoid@debian.org>
Date: Tue Jan 21 15:57:39 2025 +0000
Merge branch 'rust-lld' into 'debian/latest'
capi-wasi-env: use rust-lld via rust-llvm
See merge request debian/wasmedge!1
commit 5eb93863a41922bb17a95ef6dad36f6bd67fae83
Author: Fabian Grünbichler <git@fabian.gruenbichler.email>
Date: Tue Jan 21 16:45:12 2025 +0100
capi-wasi-env: use rust-lld via rust-llvm
the rust-lld symlink was moved from rustc to a new rust-llvm package a while
back precisely to make it no longer dangling when the matching LLVM version is
not installed. rust-llvm both ships the symlink and ensures the right version
of LLVM is pulled in, so the workaround is no longer needed.
Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>