binding compiler

This commit is contained in:
Asaki Yuki 2026-01-07 10:46:18 +07:00
parent bb9b300d6f
commit 4d5f81f7e5
8 changed files with 188 additions and 15 deletions

View file

@ -2,6 +2,6 @@ import { Memory } from "./Memory.js"
process.on("beforeExit", () => {
Memory.cache.forEach(({ elements, namespace }) => {
console.log(Memory.gen_ui_file_content(namespace, elements))
const contents = Memory.gen_ui_file_contents(namespace, elements)
})
})