Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged wasm  ✕   ✕
veilid/veilidchat https://gitlab.com/veilid/veilidchat
Tue 03 Oct 2023 12:02:53 PM PDT archive.org

VeilidChat is a chat application written for the Veilid distributed application platform. It has a familiar and simple interface and is designed for private, and secure person-to-person communications.

Requires a local clone of the Veilid source code to compile.

For more information about VeilidChat: https://veilid.chat/

chat distributed privacy wasm
tinysearch/tinysearch https://github.com/tinysearch/tinysearch
Tue 22 Nov 2022 09:38:54 PM PST archive.org

tinysearch is a lightweight, fast, full-text search engine. It is designed for static websites.

tinysearch is written in Rust, and then compiled to WebAssembly to run in a browser. It can be used together with static site generators such as Jekyll, Hugo, Zola, Cobalt, or Pelican.

The test index file of my blog with around 40 posts creates a WASM payload of 99kB (49kB gzipped, 40kB brotli).

Only finds entire words. As a consequence there are no search suggestions (yet). This is a necessary tradeoff for reducing memory usage. A trie datastructure was about 10x bigger than the xor filters. New research on compact datastructures for prefix searches might lift this limitation in the future.

Since we bundle all search indices for all articles into one static binary, we recommend to only use it for small- to medium-size websites. Expect around 2 kB uncompressed per article (~1 kb compressed).

searchengine web rust wasm static
d07RiV/diabloweb: Diablo 1 for web browsers https://github.com/d07RiV/diabloweb
Fri 02 Aug 2019 08:22:52 PM PDT archive.org

Devilution has also been ported to WebAssembly, so you can play Diablo in your web browser (again, assuming that you have the legit commercial or shareware release .mpq files).

If you just want to give it a spin: https://d07riv.github.io/diabloweb/

diablo foss webapps browser wasm javascript port games
5006 links, including 377 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn