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
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
We should split the evmc_context (host-side execution context) from evmc_context_fn_table. The evmc_context_fn_table should be renamed to evmc_host_interface and passed to the VM instance constructor. That would require splitting the ABI check from the VM instance creation.
We should split the
evmc_context(host-side execution context) fromevmc_context_fn_table. Theevmc_context_fn_tableshould be renamed toevmc_host_interfaceand passed to the VM instance constructor. That would require splitting the ABI check from the VM instance creation.