nolanlawson / pinafore

Alternative web client for Mastodon (UNMAINTAINED)
https://pinafore.social
GNU Affero General Public License v3.0
1.02k stars 173 forks source link

Is web assembly a requirement? #2279

Closed poetaster closed 1 year ago

poetaster commented 1 year ago

I was working on putting this in a psa / qml webview for Ubuntu touch and Sailfishos and realized while deploying that there are wasm files. Is this a requirement?!!!!

nolanlawson commented 1 year ago

The WASM files are used for auto-generating alternative text from images using OCR (tesseract.js). If you don't include it, then that feature will probably fail.