wasm-fuzzy-search
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

wasm-fuzzy-search

A simple fuzzy search function written in Rust and compiled to WASM

Purpose

Playing around with the rustwasm toolchains.

Development

First please follow these steps to install Rust & deps.

Second:

$ git clone https://github.com/andrei-cacio/wasm-fuzzy-search
$ cd wasm-fuzzy-search
$ bash build.sh
$ cd pkg
$ npm link

Now that we have locally built and linked our NPM module, we will need an app to use it:

$ git clone https://github.com/andrei-cacio/fuzzy-search-app
$ cd fuzzy-search-app
$ npm i
$ npm start

Now we can go to http://localhost:8080 and have some fun.

Production

TODO: publish to npm

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2

Package Sidebar

Install

npm i wasm-fuzzy-search

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

918 kB

Total Files

5

Last publish

Collaborators

  • andrei-cacio