wasmerio / webassembly.sh

Open-source and installable PWA terminal powered by WebAssembly, WAPM, and Wasmer-JS 🖥

Home Page:https://webassembly.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coreutils not working due to `sharrattj/coreutils`

z11labs opened this issue · 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:

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