wasmx / wasm-chisel

Some useful utilities to transform WebAssembly binaries.
Apache License 2.0
55 stars 11 forks source link

Deployer: fix memory size #53

Closed axic closed 5 years ago

axic commented 5 years ago

The deployer has a fixed 1 page memory size (this applies to both the memory and the custom section deployre). Likely it will fail with larger contacts. This needs to be fixed and tested for.