Skip to main content

Module parsing

Module parsing 

Source

Structs§

WasmAnalyzeResult
WASM-exposed result of analyzing a spell description: dependencies + parse errors.

Enums§

WasmParsingError

Functions§

wasm_analyze_spell_desc
Analyze a spell description and return its data dependencies.
wasm_decode_loadout
wasm_encode_minimal_loadout
Encode a minimal loadout string for a spec with no talent selections.
wasm_extract_spec_id_from_loadout
wasm_parse_simc
wasm_parse_spell_desc
wasm_render_global_string
wasm_render_spell_desc_with_data
Render a spell description against a resolved character bundle into structured fragments.
wasm_tokenize_spell_desc
Tokenize a spell description into fragments for debug display.