aozora-wasm
v0.5.0
Published
WASM driver for the aozora parser — wasm-bindgen + wasm-pack distribution
Maintainers
Readme
aozora-wasm
A wasm-bindgen driver for the aozora parser. It powers the browser playground.
Install from npm:
npm install aozora-wasmOr build from source:
rustup target add wasm32-unknown-unknown
wasm-pack build --target web --release crates/aozora-wasmThe bindings take UTF-8. Real 青空文庫 archive files are Shift_JIS, so decode host-side before constructing a document.
Part of the aozora workspace. Dual-licensed Apache-2.0 OR MIT.
