Package Exports
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-web) 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.
Thanks to js-jieba for the default.hant dict file.
π Implemented APIs
Just read src/lib.rs.
π Packages
- wasmjieba (dummy package that depends on both targets)
π΄ Usage
See examples/web for an example.