Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAPM not included in Linux release #1610

Closed
mmstick opened this issue Sep 12, 2020 · 2 comments · Fixed by #1620
Closed

WAPM not included in Linux release #1610

mmstick opened this issue Sep 12, 2020 · 2 comments · Fixed by #1620
Labels
bug Something isn't working

Comments

@mmstick
Copy link

mmstick commented Sep 12, 2020

Only wasmer and wax are in the tarball

@mmstick mmstick added the bug Something isn't working label Sep 12, 2020
@syrusakbary
Copy link
Member

syrusakbary commented Sep 12, 2020

Thanks for the report @mmstick. We published a new release for the alpha version and it didn't include wapm by mistake.

I've just fixed the issue by removing the alpha release from Github.
I tested the install command and now is back at installing 0.17.1.

Now that you have wasmer 1.0.0-alpha, to get the previous version with wapm (0.17.1) you can do:

# This will delete wasmer, forcing the installer
rm ~/.wasmer/bin/wasmer
# Install wasmer again (this time, with wapm!)
curl https://get.wasmer.io -sSfL | sh

Let me know if that worked!

Note: We will work on having wapm in the final release of wasmer 1.0.0, so this issue should not happen again.

@syrusakbary
Copy link
Member

@MarkMcCaskey

bors bot added a commit that referenced this issue Sep 14, 2020
1620: Fix up package release commands in MakeFile r=MarkMcCaskey a=MarkMcCaskey

We didn't ship wapm in the last release, this fixes this and adds some other misc changes which should be on master.

Resolves #1610 



Co-authored-by: Mark McCaskey <mark@wasmer.io>
bors bot added a commit that referenced this issue Sep 14, 2020
1620: Fix up package release commands in MakeFile r=MarkMcCaskey a=MarkMcCaskey

We didn't ship wapm in the last release, this fixes this and adds some other misc changes which should be on master.

Resolves #1610 



Co-authored-by: Mark McCaskey <mark@wasmer.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants