aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-10-20 07:59:01 +0200
committeralexpdp7 <alex@corcoles.net>2025-10-20 07:59:55 +0200
commit3e2f24e15ae871b2ca169054bb0350d8e687e938 (patch)
treefcd58dcb9f5607d8dadbd49f0b7137add5eef48b
parent58dd3f8501c4816f8177f5ce0ba89294dfbd031f (diff)
Mention Extism in a couple places
-rw-r--r--INTERESTING_PROJECTS.org4
-rw-r--r--programming/configuration_files_proposal.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/INTERESTING_PROJECTS.org b/INTERESTING_PROJECTS.org
index 790ff539..6a73123d 100644
--- a/INTERESTING_PROJECTS.org
+++ b/INTERESTING_PROJECTS.org
@@ -144,6 +144,9 @@ Also keeping things in a Org mode means I can classify and add notes.
** Durable execution platforms
- https://github.com/temporalio/temporal
- https://github.com/restatedev/restate
+** WASM
+ - https://github.com/yomaytk/elfconv - Converts ELF binaries to WASM
+ - https://github.com/extism/extism - WASM plugin framework
** Misc
- https://github.com/kellyjonbrazil/jc - JSON converter for common CLI tools
- https://github.com/open-meteo/open-meteo/
@@ -151,7 +154,6 @@ Also keeping things in a Org mode means I can classify and add notes.
- https://github.com/igor-petruk/scriptisto - Generic shebang for compiling software, with RPM/DEB
- https://github.com/acaloiaro/ess - automatically and safely synchronize env.sample files with .env
- https://github.com/oils-for-unix/oils/wiki/Internal-DSLs-for-Shell - A discussion of libraries to do shell scripts in some programming languages
- - https://github.com/yomaytk/elfconv - Converts ELF binaries to WASM
* Systems
** Self-hosting solutions
- https://yunohost.org/
diff --git a/programming/configuration_files_proposal.md b/programming/configuration_files_proposal.md
index e42c4e50..6000be49 100644
--- a/programming/configuration_files_proposal.md
+++ b/programming/configuration_files_proposal.md
@@ -62,6 +62,8 @@ Use WASM runtimes:
* They already support capabilities.
* Parsers can be distributed as WASM blobs.
+Maybe use [Extism](https://github.com/extism/extism) to implement.
+
## Motivating examples
### Declarative CI