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
When running the wasmer run command on the latest master (f93f083) there is a 1-second delay on startup. The delay itself has its own ticket (#3962), but this highlights that the wasmer run command needs to show some sort of interactive output so users don't get impatient and think it has locked up.
The messages I'm thinking we should show are:
Loading the initial target (e.g. a *.webc or *.wasm on disk or something remote) (spinner)
The resolution stage (spinner)
Packages as they are being downloaded from WAPM or the internet (progress bar)
Initializing the WASI environment & runner (spinner)
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the
wasmer run
command on the latestmaster
(f93f083) there is a 1-second delay on startup. The delay itself has its own ticket (#3962), but this highlights that thewasmer run
command needs to show some sort of interactive output so users don't get impatient and think it has locked up.The messages I'm thinking we should show are:
*.webc
or*.wasm
on disk or something remote) (spinner)The text was updated successfully, but these errors were encountered: