overleaf/services/web/frontend/js/features/source-editor/hunspell/wasm
Alf Eaton 978ef6bd92 Enable remaining client-side dictionaries (#21192)
GitOrigin-RevId: da45ae4a93e99a0bb720e09a37c8e291c057cab9
2024-10-18 08:05:29 +00:00
..
hunspell.d.ts
hunspell.mjs
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.