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 Jan 17, 2022. It is now read-only.
When optimizing the constructor module for a PWasm contract the "deploy" symbol is preserved instead of the "call"
symbol. Before this change `build` would error for PWasm contracts because `pack_instance` would not find the "deploy"
symbol in the optimized contract.
Fixesparitytech#128
I’m using the most recent version 0.9 of
wasm-build
to build the following contract.The build script is
This results in the error
If I add the
--skipt-optimization
flag I getThis problem was also raised in openethereum/pwasm-tutorial#48
The text was updated successfully, but these errors were encountered: