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
Unfortunetely with just one create contracts in the workspace I was not able to test it against Casper's VM, because of the missing *.wasm file in crates's wasm directory. It is only copied into root's wasm directory.
Bonus error
If you name your crate's directory aaa-contracts it will try to copy wasm file into aaa_contracts/wasm (note underscore).
The text was updated successfully, but these errors were encountered:
I wanted to have repository with two crates:
contracts
- crate that produceswasm
files,client
- some code to interact with contracts.Unfortunetely with just one create
contracts
in the workspace I was not able to test it against Casper's VM, because of the missing*.wasm
file in crates'swasm
directory. It is only copied into root'swasm
directory.Bonus error
If you name your crate's directory
aaa-contracts
it will try to copy wasm file intoaaa_contracts/wasm
(note underscore).The text was updated successfully, but these errors were encountered: