Remove libc dependency for the generated code

This commit is contained in:
2024-05-23 01:13:16 +02:00
parent fb76cd1c77
commit 53dcbe56e1
14 changed files with 362 additions and 417 deletions

View File

@@ -5,7 +5,7 @@
"main": "tools/index.js",
"type": "module",
"scripts": {
"start": "node tools/index.js"
"cross": "node tools/cross.js"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0"