From e99ae3a4599fdd713c0650d97a52d196ffb74d6e Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 8 Oct 2024 09:25:15 +0100 Subject: [PATCH] Add Hunspell README (#20872) GitOrigin-RevId: 0b02a1a03e467d0857766e70e3a3862f939c773c --- .../js/features/source-editor/hunspell/wasm/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 services/web/frontend/js/features/source-editor/hunspell/wasm/README.md diff --git a/services/web/frontend/js/features/source-editor/hunspell/wasm/README.md b/services/web/frontend/js/features/source-editor/hunspell/wasm/README.md new file mode 100644 index 0000000000..317c7031c5 --- /dev/null +++ b/services/web/frontend/js/features/source-editor/hunspell/wasm/README.md @@ -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.