wasmerio / wasmer-install

Wasmer Binary Installer https://wasmer.io/
48 stars 7 forks source link

Broken link to requirements #13

Open paul-hansen opened 1 year ago

paul-hansen commented 1 year ago

The link in the below image taken from https://wapm.io/ after clicking on "Get started" seems to be broken:

image

When "What requirements should I have" is clicked, it logs a warning in the JS console about not being able to load a css map:

DevTools failed to load source map: Could not parse content for https://wapm.io/2d9315d646c6af76.css.map: Unexpected token '<', "<!DOCTYPE "... is not valid JSON

It appears that there aren't any extra requirements needed so maybe it should just be removed? I can't get it to work currently so I'm not sure, but I don't think it's due to missing requirements. It is definitely misleading to newcomers especially if they run into a problem installing.

paul-hansen commented 1 year ago

Looks like wapm not being installed isn't related to a missing requirement, the ps1 script just didn't get updated when wapm started being built separately. I'll open another issue for that and edit this one to just be for the broken link, since that's something I can't open a PR for.