Lerni is a platform designed to simplify the creation of educational materials such as cards, slides, etc.
-
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-opt
frombinaryen
package (example for macOS):brew install binaryen
Build examples:
make examples
Run server:
make serve
Open in browser: http://localhost:8000
The source code is licensed under MIT license.