mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
793a1eb053
* WASM runtime switch to import memory Up to now runtimes have exported their memory. To unify it with sandboxing, this pr switches runtimes to import memory as well. From a functional perspective, exporting/importing memory makes no difference to the runtime. To provide backwards compatibility, WASM exported memory is still supported. * Revert debug stuff * Revert some stuff
12 lines
298 B
TOML
12 lines
298 B
TOML
[package]
|
|
name = "substrate-wasm-builder-runner"
|
|
version = "1.0.5"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Runner for substrate-wasm-builder"
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
repository = "https://github.com/paritytech/substrate"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|