https://github.com/deebloo/lunr-wasm
https://github.com/deebloo/lunr-wasm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deebloo/lunr-wasm
- Owner: deebloo
- Created: 2021-03-26T16:41:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T01:35:10.000Z (over 1 year ago)
- Last Synced: 2025-04-05T02:26:19.052Z (over 1 year ago)
- Language: Rust
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lunr Wasm
This project is an experiment to port the lunr search engine over to rust and run it in the browser and in node as web assembly.
## Things to know
The only things that are straighforward to pass between the wasm code and js are string and UInt8Arrays.
## Prerequisites
You will need the following installed to run this project
[Node](https://nodejs.org/en/)
[Rust](https://www.rust-lang.org/)
[wasm-pack](https://rustwasm.github.io/wasm-pack/)