Releases: g-plane/wasm-language-tools
Releases · g-plane/wasm-language-tools
v0.2.0
Features
- service: Full completions support.
- service: Selection range support.
- service: Signature help support.
- service: Document highlight support.
- service: Added support of configuring formatting and linting.
- service: Detect duplicated exports.
- service: Detect unused items.
- service: Detect shadowing.
- service: Detect unknown instr.
- service: Detect invalid immediates usage.
- service: Prioritize type-matched locals and globals in completions.
- service: Show compact signature for functions in completions.
- service: Added support of implicit module.
- service: Added diagnostic code.
- service: Added support of block type.
- service: Improved error message for type mismatch.
- service: Added more support of type checking.
- service: Added support of hover on blocks.
- service: Show block detail in completions.
Fixes
- service: Fixed to allow different kinds of idx with same name.
- service: Fixed instr completions after paren in instr.
- service: Fixed finding references of blocks.
- service: Fixed missing instrs.
- formatter: Fixed comments before first module field or first instr.
- parser: Fixed recovery for many cases.
- parser: Allowed missing
then
-block inif
-block.