docs: change WASM/wasm to Wasm
That is the official capitalisation.
This commit is contained in:
parent
7bc8f76667
commit
88e0b4cea4
36 changed files with 122 additions and 122 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* automatically generated by rust-bindgen 0.71.1 */
|
||||
/* automatically generated by rust-bindgen 0.72.0 */
|
||||
|
||||
pub const TREE_SITTER_LANGUAGE_VERSION: u32 = 15;
|
||||
pub const TREE_SITTER_MIN_COMPATIBLE_LANGUAGE_VERSION: u32 = 13;
|
||||
|
|
@ -928,7 +928,7 @@ extern "C" {
|
|||
) -> *const TSLanguage;
|
||||
}
|
||||
extern "C" {
|
||||
#[doc = " Get the number of languages instantiated in the given wasm store."]
|
||||
#[doc = " Get the number of languages instantiated in the given Wasm store."]
|
||||
pub fn ts_wasm_store_language_count(arg1: *const TSWasmStore) -> usize;
|
||||
}
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue