🐛 Bug description
The instructions at
https://drager.github.io/wasm-pack/installer/
recommend the use of
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
on macOS, this errors out:
% curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
sh: line 35: ORIG_ARGS[@]: unbound variable
on Linux, this errors out:
$ curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
sh: 21: Syntax error: "(" unexpected (expecting "fi")
The old url (https://rustwasm.github.io/wasm-pack/installer/init.sh) still works.
🤔 Expected Behavior
It should work again :-)
👟 Steps to reproduce
See above :)
🐛 Bug description
The instructions at
recommend the use of
on macOS, this errors out:
on Linux, this errors out:
The old url (https://rustwasm.github.io/wasm-pack/installer/init.sh) still works.
🤔 Expected Behavior
It should work again :-)
👟 Steps to reproduce
See above :)