Hacker News new | ask | show | jobs
by throwaway290 1129 days ago
It's nice that generated code works in browser but I was curious whether it's possible to actually generate code from .t syntax all in browser.

By the looks of it typical is only a CLI tool, so I guess not for now. Maybe unless it is ported to WASM...

1 comments

A wasm port doesn't seem too farfetched. What's the use case for running the code generator in the browser?
Something that could involve giving the end user some control over schema...