# Topic
A WASM web framework
### Principle
Topic moves the element tree checking process to compile time,
optimising for speed while proving a simple, usable interface.
With the use of procedural-macros,
Topic offers a simple, pythonic like, verbose syntax to craft
complex and dynamic HTML with little runtime cost.
**Coming Soon!** - Bug me over at [@0xSamHDev](https://twitter.com/0xSamHDev)
-----
Hosted at [https://git.samhdev.net/samhdev/topic](https://git.samhdev.net/samhdev/topic/-/tree/dev)
- Use branch `dev` for actual codebase
- Will merge when project becomes stable-ish
- Will be mirrored to GitHub when can be arsed.