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
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.
The text was updated successfully, but these errors were encountered:
We should split the
evmc_context
(host-side execution context) fromevmc_context_fn_table
. Theevmc_context_fn_table
should be renamed toevmc_host_interface
and passed to the VM instance constructor. That would require splitting the ABI check from the VM instance creation.The text was updated successfully, but these errors were encountered: