# Awesome WASM Apps

Related links:\
🔗 [Audio and Music Tools - WASM](/irosyadi/digitalmedia/audio-tool.md)\
🔗 [PDF Tools - WASM](https://github.com/irosyadi/gitbook/blob/master/app/pdf-tool/README.md)

## List of WASM Apps

* [Awesome WASM](https://github.com/mbasso/awesome-wasm)
* [WASM by Example](https://wasmbyexample.dev/home.en-us.html)
* [WASM runtimes](https://github.com/appcypher/awesome-wasm-runtimes)
* [Made with WASM](https://madewithwebassembly.com/)

## Video Processing

* [WebM to GIF converter](https://webmtogif.app/)
* [FLV Player](https://flvplayer.app/)
* [WASM and JS comparison for video processing](https://d2jta7o2zej4pf.cloudfront.net/)
* [Video Converter](https://w3reality.github.io/async-thread-worker/examples/wasm-ffmpeg/index.html)
* [Modfy](https://app.modfy.video/) Offline Web Based Video Converter, but still WASM slower than native app
* [Shrink my video!](https://acailly.github.io/shrink-my-video/)
* [Create amazing videos with our online video editor - Mastershot](https://mastershot.app/)

## Image Processing

* [Squoosh by Google](https://squoosh.app/) : image compression
* [JPEG.rocks: Privacy-aware JPEG optimizer](https://jpeg.rocks/) : jpeg optimizer
* [redact.photo • Free and private image redaction in the browser](https://redact.photo/) photo redaction

## Text and Document Processing

* [SwiftLatex](https://www.swiftlatex.com/) : Latex processing
* [Markdown Editor](https://rsms.me/markdown-wasm/), [Github Repo](https://github.com/rsms/markdown-wasm)

## File Converter

* [Fileconverter](https://fileconverter.digital/) : Browser WASM based, local, file converter

## Math

* [Notecalc](https://bbodi.github.io/notecalc3/notecalc): in-browser calculator, WASM

## Search Engine

* [Stork](https://stork-search.net/) WASM search engine for static web

## Screen Recorder

* [gifcap](https://gifcap.dev/)

## Others

* [A\*](https://jakedeichert.github.io/wasm-astar/) : pathfinding in WASM
* [Web DSP](https://github.com/shamadee/web-dsp) : digital signal processing
* [WASM Sudoku Solver](https://colineberhardt.github.io/wasm-sudoku-solver/)
* [Raylibtech](https://raylibtech.itch.io/)
  * [Rfxgen](https://raylibtech.itch.io/rfxgen) : Audio generator
  * [rGuiIcons](https://raylibtech.itch.io/rguiicons) : A simple and easy-to-use raygui icons editor, etc.
* [https://www.runwasm.com](https://www.runwasm.com/) Programming

## WASM Video Editor

* [Vididoo](https://vididoo.vercel.app/)

## Signal Processing WASM

* [Signals And Sorcery](https://signalsandsorcery.org/sas/composer)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/digitalmedia/awesome-wasm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
