overleaf-cep/services/web/frontend/js/features/source-editor/hunspell/wasm
Alf Eaton ab55d54c45 Add custom words to the en_US dictionary (#24108)
GitOrigin-RevId: 44587567340b4a6ff357f6a321055554a800d799
2025-03-07 09:05:12 +00:00
..
hunspell.d.ts Add custom words to the en_US dictionary (#24108) 2025-03-07 09:05:12 +00:00
hunspell.mjs Use MEMFS in Hunspell worker (#22998) 2025-01-23 09:05:04 +00:00
hunspell.wasm Enable remaining client-side dictionaries (#21192) 2024-10-18 08:05:29 +00:00
README.md Enable remaining client-side dictionaries (#21192) 2024-10-18 08:05:29 +00:00

Hunspell

The files in this directory are:

  • hunspell.wasm: Hunspell compiled to WebAssembly using Emscripten, via the build.sh script.
  • hunspell.mjs: a JavaScript wrapper for the WebAssembly module, generated by Emscripten.
  • hunspell.d.ts: manually-created types for the exports from the JavaScript module.

Note: To speed up compilation on ARM architecture (e.g. Apple M1), add -arm64 to the Docker image tag in Dockerfile.