11ty / webc

Single File Web Components
MIT License
1.3k stars 36 forks source link

Golang or rust implementation ? #181

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

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 ?

gedw99 commented 1 year ago

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

hasanhaja commented 9 months ago

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.