From 037a9b3c6debc097b3998fc7f04df2c6042fd3f6 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 2 Jan 2026 16:58:39 +0900 Subject: [PATCH] TODO.md: remove amalgamation (implemented) Co-authored-by: Claude --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 9da585eb0..cac5adc26 100644 --- a/TODO.md +++ b/TODO.md @@ -11,7 +11,6 @@ - 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)