1 unstable release
new 0.40.1 | Apr 1, 2025 |
---|
#2287 in Text processing
57KB
173 lines
lindera-wasm
WebAssembly of Lindera
Install project dependencies
- wasm-pack : https://rustwasm.github.io/wasm-pack/installer/
Setup repository
# Clone lindera-py project repository
% git clone git@github.com:lindera/lindera-wasm.git
% cd lindera-wasm
Build project
% wasm-pack build --release --features=cjk --target=bundler
Build example web application
% cd example && npm install && npm run build && cp index.html dist/index.html
Run example web application
% cd example && npm run start
Dependencies
~15–27MB
~481K SLoC