Skip to content

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

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

andrei-cacio/wasm-fuzzy-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published