oscoin / oscoin-parity-wasm-prototype

Prototype implemenation of Oscoin ledger on Parity Ethereum Wasm
0 stars 0 forks source link

Use patched version of wasm-build #45

Closed geigerzaehler closed 5 years ago

geigerzaehler commented 5 years ago

Use patched version of wasm-build The patch fixes an issue where wasm contracts failed to deploy if the code size was too large.

We also change the procedure with which wasm-build is installed. Instead of using the global cargo install command we use the local version.

We also output the “raw” Wasm contract when running wasm-build. This is the contract that is deployed where as the normal output is the constructor code that deploys the contract.