#1517·wasm-pack

Installation fails on Linux and macOS

Author: tronicalCreated Aug 6, 2025Updated Feb 8, 2026

Bug description

The instructions at

https://drager.github.io/wasm-pack/installer/

recommend the use of

bash
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 :)