Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deebloo/lunr-wasm


https://github.com/deebloo/lunr-wasm

Last synced: 3 months ago
JSON representation

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/)