12 releases

0.1.11 Jan 10, 2025
0.1.10 Jan 3, 2025
0.1.3 Dec 31, 2024

#981 in WebAssembly

Download history 599/week @ 2024-12-28 254/week @ 2025-01-04 60/week @ 2025-01-11 4/week @ 2025-01-18

615 downloads per month
Used in 2 crates

MIT license

14KB
145 lines

wasm

Installation

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm = { package = "literateink-wasm", version = "0.1" }
wasm-bindgen = "0.2" # required for the `wasm_bindgen::prelude::wasm_bindgen` macro
js-sys = "0.3" # required for the `js_sys::Function` type

Dependencies

~0.6–1MB
~20K SLoC