Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 688 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 688 Bytes

lindera-wasm

WebAssembly of Lindera

Screenshot 2024-12-25 143434

Install project dependencies

Setup repository

# Clone lindera-py project repository
% git clone [email protected]: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