This commit is contained in:
Joey Hess 2025-03-07 16:02:43 -04:00
parent 2391c2802a
commit dcd7c207a8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -34,12 +34,12 @@ To write programs used by the compute special remote, see the
Have you written a generally useful (and secure) compute program? Have you written a generally useful (and secure) compute program?
List it here with an example! List it here with an example!
* [[compute/git-annex-compute-imageconvert]] -- * [[compute/git-annex-compute-imageconvert]]
Uses imagemagick to convert between image formats Uses imagemagick to convert between image formats
`git-annex addcomputed --to=imageconvert foo.jpeg foo.gif` `git-annex addcomputed --to=imageconvert foo.jpeg foo.gif`
* [[compute/git-annex-compute-wasmedge]] * [[compute/git-annex-compute-wasmedge]]
Uses [wasmedge](https://WasmEdge.org/) to run WASM programs that are Uses [wasmedge](https://WasmEdge.org/) to run WASM programs that are
checked into the git-annex repository, to compute other files in the checked into the git-annex repository, to compute other files in the
repository. repository.