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.
Postponing this for now as not urgent.
The text was updated successfully, but these errors were encountered:
Caching the lower level
wasmer_runtime_core::Instance
would allow us to remove the public functioncosmwasm_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 containerInstance
is destructed instore_instance
, just like storage.Postponing this for now as not urgent.
The text was updated successfully, but these errors were encountered: