WebAssembly of Lindera
- wasm-pack : https://rustwasm.github.io/wasm-pack/installer/
# Clone lindera-py project repository
% git clone git@github.com:lindera/lindera-wasm.git
% cd lindera-wasm
% wasm-pack build --release --features=cjk --target=bundler
% cd example && npm install && npm run build && cp index.html dist/index.html
% cd example && npm run start