Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels