Tinysearch-go is a set of command-line tools that can create a tiny webassembly module of your site's posts. Once embedded in your static website users will be able to search your posts quickly and easily. This is heavily inspired by tinysearch developed at endler.dev but instead of using Rust, we use Golang.
- Website: tbd
- Slack: gophers.slack.com #tinygo (invite)
Click on sponsor, above, for more information on sponsorship.
- webassembly module that is as small as possible (ideally less than 150kB)
- set of tools to build the wasm module from querying your static site's posts to the final output of
tiny.wasm
- leverage all learnings from Endler.dev's approach in Rust but using Golang
- build a complete set of unit and integration tests to automate the development approach
Please see CONTRIBUTING.md. Thank you, contributors!