docs: change WASM/wasm to Wasm

That is the official capitalisation.
This commit is contained in:
ObserverOfTime 2025-08-19 12:32:46 +03:00
parent 7bc8f76667
commit 88e0b4cea4
36 changed files with 122 additions and 122 deletions

View file

@ -1416,7 +1416,7 @@ const TSLanguage *ts_wasm_store_load_language(
);
/**
* Get the number of languages instantiated in the given wasm store.
* Get the number of languages instantiated in the given Wasm store.
*/
size_t ts_wasm_store_language_count(const TSWasmStore *);