Targets
auto-lsp
has been tested on both windows and linux targets.
If you plan to use WebAssembly, you can use the vscode Wasi Lsp
wich runs on was32-wasip1-threads
target.
You'll also need to enable the wasm
featuree.
Note that some functionalities, such as deadlock detection are not available on WebAssembly.
You have an example in the vscode-python-wasi-lsp
folder in the auto-lsp
repository.