tree-sitter / tree-sitter-rust

Rust grammar for tree-sitter
MIT License
340 stars 97 forks source link

Can you add support for wasm? #176

Closed Yuzuchi closed 1 year ago

Yuzuchi commented 1 year ago

Can you add support for wasm? I was programming in rust and all the wasm part was showing me as an error.

bew commented 1 year ago

What does the wasm part look like? Know that Rust is not the only language which can be compiled to wasm. Other languages might want this as well.

You should find a dedicated tree sitter for wasm, and tweak language injection queries in your tool/editor to recognize wasm-in-rust-code as wasm language (to use the wasm parser)

Yuzuchi commented 1 year ago

ty