You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download exe and install wasmer, or install wasmer with PowerShell iwr https://win.wasmer.io -useb | iex
Open cmd.exe, run wasmer -V, result: wasmer 1.0.0
Run wapm, see 'wapm' is not recognized as an internal or external command, operable program or batch file. or in PowerShell wapm : The term 'wapm' is not recognized as the name of a cmdlet, function, script file, or operable program.
There are Windows installation instructions at https://wapm.io/ but it doesn't come bundled any more afaik. There might be a documentation bug, however.
Describe the bug
Written in the title.
wasmer 1.0.0
rustc 1.48.0 (7eac88abb 2020-11-16)
Steps to reproduce
WAPM comes bundled with Wasmer
iwr https://win.wasmer.io -useb | iex
wasmer -V
, result:wasmer 1.0.0
wapm
, see'wapm' is not recognized as an internal or external command, operable program or batch file.
or in PowerShellwapm : The term 'wapm' is not recognized as the name of a cmdlet, function, script file, or operable program.
Expected behavior
Wapm install with wasmer from wasmer.exe
Additional context
Windows 10 Pro.
The text was updated successfully, but these errors were encountered: