From 3a012a7b45231a0d77808d4a8bf54823f5d458f4 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 23 Dec 2025 13:57:34 +0900 Subject: [PATCH] TODO.md: add amalgamation Co-authored-by: Claude --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index cac5adc26..9da585eb0 100644 --- a/TODO.md +++ b/TODO.md @@ -11,6 +11,7 @@ - configurable memory pools (per-object-type, memory-constrained devices) - suspend/resume VM state (serialize/deserialize for power cycling) - CMake build support (better IDE integration, standard C tooling) +- amalgamation (single-file distribution like SQLite) # Things to do (Things we need to consider)