ssvmup Crash Report
link9c opened this issue · 4 comments
link9c commented
report-1ac54291-5b11-4623-8128-6f3821332b09.txt
ubuntu 20.04.1 LTS
command "ssvmup build" is sometimes good, sometimes bad.
juntao commented
I think this is due to unstable network on your end. ssvmup build
needs to pull the latest wasm-bindgen
from the network (similar to cargo). It fails if the network is not available at the time of build.
link9c commented
I think this is due to unstable network on your end.
ssvmup build
needs to pull the latestwasm-bindgen
from the network (similar to cargo). It fails if the network is not available at the time of build.
I see. Thank you for your answer.