Revert breaking change in LinearMemory trait (grow_at_least/reset) #4392
Labels
🚨 breaking change
This Issue or PR involves a breaking change
bug
Something isn't working
📦 lib-api
About wasmer
#4263 added two new methods to the
LinearMemory
trait. (grow_at_least, reset)The methods do not have stub default implementations, making this a breaking change.
We need to add no-op/failing stub impls.
The text was updated successfully, but these errors were encountered: