A very lightweight, customisable text editor designed for performance whilst embedded on the web. Built using clang and wasm.
simply clone the project and run a the repo as a static site.
git clone https://github.com/zeb33n/zext.git
cd zext && python -m http.server 6969
Then using your browser navigate to localhost:6969 and enjoy!
All colours are configurable (currently this is only possible at compile time by editing the define macros in the header file).

The size of the text relative to the window is also customisable using the font size arg to the editor_init function.
- javascript/runtime config ✅
- text linting interface
- clipboard support
- Easy embedding interface