From 3e2f24e15ae871b2ca169054bb0350d8e687e938 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 20 Oct 2025 07:59:01 +0200 Subject: Mention Extism in a couple places --- INTERESTING_PROJECTS.org | 4 +++- programming/configuration_files_proposal.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3