impero-com / typebinder

Exports TS definitions from Rust module
Other
20 stars 2 forks source link

Proper web playground #35

Open AlisCode opened 3 years ago

AlisCode commented 3 years ago

Currently, this repository contains a very simple prototype web "playground" implemented with Seed. This is mostly a dirty, quick proof-of-concept thing that aims to show that it is possible to run Typebinder on the web.

It needs a bit of a clean-up : proper design with Tailwind or similar, potential integration of Monaco (see rust-monaco), for both the Rust input and TS output.

We should implement something that can be modularized to be integrated in a blog post or similar.