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
Caching the lower level wasmer_runtime_core::Instance would allow us to remove the public function cosmwasm_vm::Instance.set_gas and instead pass the limit at construct time (as shown in #136).
This would require the ability to preserve cosmwasm_vm::Instance.wasmer_instance when the container Instance is destructed in store_instance, just like storage.