Replies: 2 comments
-
I'm not a very proficient frontend developer, so if you can help us on this, it is very much appreciated and I will be more than happy to merge it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
A new version of the WASM demo is now up, as a first step towards the playground. Please check it out at https://www.cozodb.org/wasm-demo/ The source code is now separate from the main repo: https://github.com/cozodb/cozo-playground |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Many languages have an online demo / playground to make it easy to try out the language and share code for discussion. Lucky for me, most of the work is already done with wasm-demo! With a little polish I think it could serve as a public hub for sharing schema and query designs. Here are some changes that I think could polish the current wasm-demo into something that would better fit the "language playground" description (numbered for convenient reference, not to imply a priority order):
External changes:
https://www.cozodb.org/wasm-demo/
tohttps://www.cozodb.org/playground/
App changes:
I am willing to try my hand at implementing any or all of these features if desired. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions