JSPM

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

A WASM binding to jieba-rs.

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

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.

🎁 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.