When trying to right-click Show WebAssembly on a .wasm file I get the following error:
The editor could not be opened due to an unexpected error: ENOPRO: No file system provider found for resource 'wasm-preview:/c%3A/Users/REDACTED/out.wasm'
This error message implies that I haven't registered some wasm-preview application to be able to open the file, but I can find no documentation about such a thing. Also in the settings for the extension there is a mention of a wai-language-server which when I look into the extension's files, only leads no a non-compiled single file rust project.
I assume this is probably just a configuration issue, but I can't find any information on how I am supposed to configure this plugin, nor any mention of a standard wasm LSP which I could install and would hopefully just work.
Extralikely unnecessaryContext
When I use the right-click menus to re-save it as a .wat then back to a .wasm it still has the same issue, and also has no issue generating those variations suggesting there isn't any issue with the wasm file itself. Also for context here is the .wat version:
When trying to right-click
Show WebAssembly
on a.wasm
file I get the following error:This error message implies that I haven't registered some
wasm-preview
application to be able to open the file, but I can find no documentation about such a thing. Also in the settings for the extension there is a mention of awai-language-server
which when I look into the extension's files, only leads no a non-compiled single file rust project.I assume this is probably just a configuration issue, but I can't find any information on how I am supposed to configure this plugin, nor any mention of a standard wasm LSP which I could install and would hopefully just work.
Extra likely unnecessary Context
When I use the right-click menus to re-save it as a
.wat
then back to a.wasm
it still has the same issue, and also has no issue generating those variations suggesting there isn't any issue with the wasm file itself. Also for context here is the.wat
version:So the extension does seem to be somewhat working