lf-lang / vscode-lingua-franca

Lingua Franca extension for Visual Studio Code
Other
4 stars 3 forks source link

Handle case when wasm-pack is not installed #165

Closed petervdonovan closed 1 month ago

petervdonovan commented 1 month ago

...but npm is.

It turns out that the easiest way to address this is to use npx, without bothering to add a dev dependency. This choice seems to be performant on my machine, probably due to some caching that npx does.