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
$ cargo run -- contract new fails
$ cd fails/
$ cargo contract check
...
[2/2] Post processing wasm file
ERROR: Loading original wasm file '/tmp/fails/target/ink/wasm32-unknown-unknown/release/fails.wasm'
Caused by:
Can't read from the file: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Same with our ink! rc3 examples.
The text was updated successfully, but these errors were encountered:
Tested with latest
master
:Same with our ink! rc3 examples.
The text was updated successfully, but these errors were encountered: