Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deebloo/lunr-wasm
https://github.com/deebloo/lunr-wasm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deebloo/lunr-wasm
- Owner: deebloo
- Created: 2021-03-26T16:41:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T18:49:24.000Z (4 months ago)
- Last Synced: 2024-10-05T13:07:40.499Z (3 months ago)
- Language: Rust
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
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/)