webassembly.sh icon indicating copy to clipboard operation
webassembly.sh copied to clipboard

coreutils not working due to `sharrattj/coreutils`

Open z11labs opened this issue 3 years ago • 1 comments

Hello and thanks a lot for your work regarding WebAssembly, Wasmer, and wapm.io.

One month ago, someone uploaded the package sharrattj/coreutils to wapm.io which caused echo and ls to not work anymore in webassembly.sh. Previously, your own package syrusakbary/coreutils was used, which worked. Now, the GraphQL API somehow returns the disfunctional package.

I got around this by running wapm install coreutils in webassembly.sh, which installed syrusakbary/coreutils. Do you have an idea on how to fix this globally?

Here's a screenshot:

z11labs avatar Nov 11 '22 08:11 z11labs

maybe @john-sharratt can remove it as a first step =) ? More realistically, the coreutils should probably be pre-installed?

vespakoen avatar Aug 28 '23 21:08 vespakoen