7 releases
Uses new Rust 2024
| 0.0.6 | Nov 27, 2025 |
|---|---|
| 0.0.5 | Jun 9, 2025 |
| 0.0.4 | Apr 10, 2024 |
| 0.0.3 | Mar 19, 2024 |
| 0.0.0 | Feb 10, 2022 |
#943 in HTTP server
105KB
3.5K
SLoC
Lerni
Lerni is a platform designed to simplify the creation of educational materials such as cards, slides, etc.
Prerequisites
-
Rust with WebAssembly target:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup target add wasm32-unknown-unknown -
wasm-bindgen-cli:cargo install wasm-bindgen-cli -
wasm-optfrombinaryenpackage (example for macOS):brew install binaryen
Getting Started
Build examples:
make examples
Run server:
make serve
Open in browser: http://localhost:8000
License
The source code is licensed under MIT license.
Dependencies
~24–33MB
~612K SLoC