mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
25027e0155
GitOrigin-RevId: ef60b2c333484499e6289c51eacab04b983e1090
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.