1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

wasm: replace much of the eval makefile spaghetti with equivalent code generated from a small C app. It turns out that's easier to read and write than doing the same thing from shell or tcl code, due entirely to C's lack of need for escaping dollar signs.

FossilOrigin-Name: 5440de48903e94f91090e2df65702ec0c504e33dd5cbd50f684cf30988f20b02
This commit is contained in:
stephan
2024-09-23 21:22:09 +00:00
parent d69b4249ff
commit 69cce89425
8 changed files with 326 additions and 292 deletions

View File

@ -1,7 +1,8 @@
/*
** 2022-11-12:
**
** In place of a legal notice, here is a blessing:
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** * May you do good and not evil.
** * May you find forgiveness for yourself and forgive others.