WikiCreole editor with live preview based on WebASseMbly(WASM) over Sycamore
- WASM-fast live HTML preview
- Cross-platform installable Progressive Web Application(PWA)
- Automatic updates on every startups
- Autosave
- Hackable Javascript links (raw tag)
When building for the first time, ensure to install dependencies first.
rustup target add wasm32-unknown-unknown
cargo install --locked trunk
🔬 Serve locally for test (on http://localhost:8080)
trunk serve
trunk build --release
wasm-bindgen
for communicating between WebAssembly and JavaScript.wee_alloc
, an allocator optimized for small code size.