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
|
|
@ -7,7 +7,7 @@ export let Module: MainModule | null = null;
|
|||
/**
|
||||
* @internal
|
||||
*
|
||||
* Initialize the Tree-sitter WASM module. This should only be called by the {@link Parser} class via {@link Parser.init}.
|
||||
* Initialize the Tree-sitter Wasm module. This should only be called by the {@link Parser} class via {@link Parser.init}.
|
||||
*/
|
||||
export async function initializeBinding(moduleOptions?: Partial<EmscriptenModule>): Promise<MainModule> {
|
||||
if (!Module) {
|
||||
|
|
@ -19,7 +19,7 @@ export async function initializeBinding(moduleOptions?: Partial<EmscriptenModule
|
|||
/**
|
||||
* @internal
|
||||
*
|
||||
* Checks if the Tree-sitter WASM module has been initialized.
|
||||
* Checks if the Tree-sitter Wasm module has been initialized.
|
||||
*/
|
||||
export function checkModule(): boolean {
|
||||
return !!Module;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue