{#if nodeInstance}
{/if}
{JSON.stringify(nodeInstance?.props)}
{#if nodeWasm}
{/if}
{#await nodeRegistry.fetchCollection('max/plantarium')}
Loading Nodes...
{:then result} {#each result.nodes as n (n.id)}
(activeNode.value = n.id)} > {n.id}
{/each} {/await}