0.38.1 • Published 1 year ago
lindera-wasm v0.38.1
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-wasmBuild project
% wasm-pack build --release --features=cjk --target=bundlerBuild example web application
% cd example && npm install && npm run build && cp index.html dist/index.htmlRun example web application
% cd example && npm run start0.38.1
1 year ago