Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 318 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 318 Bytes

Manglr runtime library

This library is deployed in-browser with manglr apps. Apps are produced by the manglr AoT (ahead-of-time) compiler.

Building

Requires node.js

npm install
npx rollup -c

Generates the following files:

build/manglr.debug.js
build/manglr.min.js

License

MIT License