overleaf/services/web/frontend/js/features/source-editor/hunspell/wasm
..
hunspell.d.ts
hunspell.mjs
hunspell.wasm
README.md

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.