Add Hunspell README (#20872)

GitOrigin-RevId: 0b02a1a03e467d0857766e70e3a3862f939c773c
This commit is contained in:
Alf Eaton 2024-10-08 09:25:15 +01:00 committed by Copybot
parent a1ea50ded3
commit e99ae3a459

View file

@ -0,0 +1,7 @@
# Hunspell
The files in this directory are:
* `hunspell.wasm`: [Hunspell](https://github.com/hunspell/hunspell) compiled to WebAssembly using Emscripten, via the [build.sh](../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.