Package Exports
- wasmjieba-nodejs
- wasmjieba-nodejs/wasmjieba-nodejs.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wasmjieba-nodejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
About
This is a minimal usable WASM binding to jieba-rs. Both Simplified Chinese and Traditional Chinese are supported.
π Implemented APIs
All APIs from jieba-rs. Just read src/lib.rs. You may also refer to jieba-rs' documentation.
π Packages
- wasmjieba (Dummy package that depends on both targets. Pick the one you need below.)
π΄ Usage
See examples/web for an example.