5 个版本

0.0.4 2024 年 4 月 10 日
0.0.3 2024 年 3 月 19 日
0.0.2 2023 年 10 月 30 日
0.0.1 2022 年 11 月 6 日
0.0.0 2022 年 2 月 10 日

网页编程 中排名第 697

MIT 许可证

100KB
3K SLoC

Lerni

Build License Crate Docs

Lerni 是一个平台,旨在简化创建如卡片、幻灯片等教育材料的开发。

先决条件

  1. Rust 与 WebAssembly 目标

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    rustup target add wasm32-unknown-unknown
    
  2. wasm-bindgen-cli:

    cargo install wasm-bindgen-cli
    
  3. wasm-opt 来自 binaryen 包(macOS 示例)

    brew install binaryen
    

入门

构建示例

make examples

运行服务器

make serve

在浏览器中打开: https://127.0.0.1:8000

许可证

源代码受 MIT 许可证 保护。

依赖关系

~21–35MB
~567K SLoC