Replies: 1 comment
-
The big advantage as you can see in the beer search gui is that you get filtered search . The gui driving the filtered search can easily be part of the wasm . Then when a user selects a “doc” from the list it loads the Hugo page . It also supports multi languages btw |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tinygo will compile it nice and small
this is the core code.
https://github.com/blugelabs/bluge
example here:
https://github.com/blugelabs/blugelabs.com/tree/master/bluge_index_dir
It currently puts the indexed file onto a server but I am pretty sure we could compile the index reader to wasm
and then just read the index from local storage
If you need a good example of what Bluge gives you checkout this 👍
https://github.com/blugelabs/beer-search
Beta Was this translation helpful? Give feedback.
All reactions