wasmerio / vscode-wasm

WebAssembly extension for VSCode
https://marketplace.visualstudio.com/items?itemName=dtsvet.vscode-wasm
MIT License
129 stars 19 forks source link

Keyword "tag" is shown in read #69

Open StephenHassall opened 10 months ago

StephenHassall commented 10 months ago

The "tag" text is shown in red, it says it is an error, but it compiles alright. It is also from an example from MDN web docs

Sample below.

(module (import "extmod" "exttag" (tag $tagname (param i32))) )