12 releases

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

#978 in WebAssembly

Download history 143/week @ 2024-12-25 620/week @ 2025-01-01

763 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–1.1MB
~22K SLoC