Update everything to latest master (#247)

This commit is contained in:
Bastian Köcher
2020-11-25 15:45:49 +01:00
committed by GitHub
parent 66576cb6b4
commit c75b59758d
10 changed files with 426 additions and 339 deletions
+1 -2
View File
@@ -14,12 +14,11 @@
// You should have received a copy of the GNU General Public License
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.
use wasm_builder_runner::WasmBuilder;
use substrate_wasm_builder::WasmBuilder;
fn main() {
WasmBuilder::new()
.with_current_project()
.with_wasm_builder_from_crates("2.0.0")
.export_heap_base()
.import_memory()
.build()