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

@ -17,7 +17,7 @@ export const Memory = {
return namespace
},
gen_ui_file_content(namespace: string, elements: Map<string, UI<Type, Renderer | null>>) {
gen_ui_file_contents(namespace: string, elements: Map<string, UI<Type, Renderer | null>>) {
return JSON.stringify(
{
namespace,