Adjust maximum memory pages hard limit for the pooling instantiation strategy (#11482)

* Run `sc-executor-wasmtime` unit tests for all instantiation strategies

* Adjust maximum memory pages hard limit for the pooling instantiation strategy
This commit is contained in:
Koute
2022-05-24 14:37:04 +09:00
committed by GitHub
parent d9f33dc7e9
commit 4f393171d7
4 changed files with 106 additions and 25 deletions
@@ -37,3 +37,4 @@ wat = "1.0"
sc-runtime-test = { version = "2.0.0", path = "../runtime-test" }
sp-io = { version = "6.0.0", path = "../../../primitives/io" }
tempfile = "3.3.0"
paste = "1.0"