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
{{ message }}
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
I went to pwasm-tutorial/step-0, and run ./build.sh. But there is error as followings:
jm02@jm02:/project/pwasm-tutorial/step-0$ ./build.sh
Finished release [optimized] target(s) in 0.02s
Build error: Packing failed due to module structure error: No exported deploy symbol. Sure used correct libraries for building contracts?
jm02@jm02:/project/pwasm-tutorial/step-0$
The text was updated successfully, but these errors were encountered:
The above method resulted in some limitations. I have now finally managed to resolve the issue by downgrading pwasm-utils-cli version from 0.7.0 to 0.6.0.
geigerzaehler
pushed a commit
to geigerzaehler/pwasm-tutorial
that referenced
this issue
Jul 11, 2019
The was code produced with `pwasm-utils-cli` above version 0.6.0 does
not execute properly on the parity client. We require version 0.6.0 in
the readme.
Fixesopenethereum#48
I went to pwasm-tutorial/step-0, and run ./build.sh. But there is error as followings:
jm02@jm02:
/project/pwasm-tutorial/step-0$ ./build.sh/project/pwasm-tutorial/step-0$Finished release [optimized] target(s) in 0.02s
Build error: Packing failed due to module structure error: No exported
deploy
symbol. Sure used correct libraries for building contracts?jm02@jm02:
The text was updated successfully, but these errors were encountered: