diff --git a/src/policy.rs b/src/policy.rs index 30b8ce2..da968bc 100644 --- a/src/policy.rs +++ b/src/policy.rs @@ -228,7 +228,7 @@ impl Runtime { where C: EvaluationContext, { - let ty = MemoryType::new(2, None); + let ty = MemoryType::new(3, None); let memory = Memory::new_async(&mut store, ty).await?; // TODO: make the context configurable and reset it on evaluation