Packages
WebAssembly is a web DSL for Elixir. You create html structure straight using do blocks. Means, you can intermix html-building blocks with full Elixir syntax. DSL output is an iolist, which you can flatten to string, but better use is to just feed it to the socket (via Plug & Cowboy). WebAssem...
Current section
Files
Jump to
Current section
Files
webassembly
CHANGELOG.md
CHANGELOG.md
### v0.1.1
Refactoring, typespec fixes and 100% test coverage.
### v0.1.0
Version extracted from my [Rockside] project.
Allows for nesting, nonvoid & void tags, loops via gather/pick macros.
Needs more docs & examples.
[rockside]: https://github.com/herenowcoder/rockside