Rather than globally installing AssemblyScript: ~~~ $ npm install -g assemblyscript $ asinit wasi-hello-world $ cd wasi-hello-world ~~~ Would it be better to use npx instead? ~~~ $ npx -p assemblyscript asinit wasi-hello-world $ cd wasi-hello-world ~~~