You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
55: feat(memory) Add the `Memory.Grow` method r=Hywan a=Hywan
Fix#52.
This method can be used to grow the memory by a number of pages (65kb each).
Co-authored-by: Ivan Enderlin <[email protected]>
Motivation
Right now in Go, we get a Memory, but it's not clear how many pages it gets and there is no way to manage (grow) it dynamically.
Proposed solution
Rust lib has
wasmer_memory_grow
which is already linked, but not exposed in Go binding.The text was updated successfully, but these errors were encountered: