11ty/webc

Golang or rust implementation ?

gedw99 opened this issue · 2 comments

I Wonder if there is a golang or rust implementation out there .

This is a purely server side system from what I can see that prepares the html etc for web components on the client . There are no calls later from the client to this server code ?

I guess deno could run this ? So then it’s rust

I had some issues using this with Deno, but I didn't spend long enough to understand what exactly was going wrong.

The place that it broke for me was when I was using a WebC component with props, and page.compile({ data: myData }) didn't work. I got an AST exception of some sort.