rust-ewasm icon indicating copy to clipboard operation
rust-ewasm copied to clipboard

failed to load source for a dependency on `ewasm_api`

Open oracle3 opened this issue 6 years ago • 0 comments

make cargo build --target=wasm32-unknown-unknown --release Updating git repository https://github.com/ignatenkobrain/num-bigint Updating git repository https://github.com/cdetrio/rustc-serialize Updating git repository https://github.com/ewasm/bn Updating git repository https://github.com/ewasm/ewasm-rust-api error: failed to load source for a dependency on ewasm_api

Caused by: Unable to update https://github.com/ewasm/ewasm-rust-api?branch=remove-never-return#ae799bb7

Caused by: revspec 'ae799bb78824c26df8ced07b0b17ec39873f69eb' not found; class=Reference (4); code=NotFound (-3) Makefile:6: recipe for target 'all' failed make: *** [all] Error 101

oracle3 avatar Jul 22 '19 01:07 oracle3