initial wasm commit

This commit is contained in:
2025-06-09 07:04:32 +02:00
parent 0297cfb600
commit a34c532484
17 changed files with 1613 additions and 935 deletions
+1
View File
@@ -16,6 +16,7 @@ class TFDiDesignMD11LoadManagerPanel extends TemplateElement {
const container = document.getElementById('react');
if (container) {
console.log('Starting React');
const root = createRoot(container);
root.render(createElement(App, { commBus: this.commBus }));
}