JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q32295F
  • License MIT

A WASM binding to jieba-rs.

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-nodejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    WasmJieba

    A WASM binding to jieba-rs.

    Built with πŸ¦€πŸ•Έ by The Rust and WebAssembly Working Group

    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

    All APIs from jieba-rs. Just read src/lib.rs. You may also refer to jieba-rs' documentation.

    πŸ›  Packages

    🚴 Usage

    See examples/web for an example.