I have so many questions after looking at the github. From what I can tell you are using oxc to parse the JSX and then transforming the output to ReScript. Couldn’t that be done without webassembles? Just grab some internal JSX from the markup, transfom it, and update the dom?
I can imagine looking at the docs for a library and being able to copy and paste ReScript jsx, something like flowbite: Tailwind CSS Select - Flowbite
what you have made is awesome and will become one of my most used bookmarks for sure, so no sweat on making more work, I just got very excited lol.