Evm_node_wasm_runtimeval wasm_runtime_new_context : unit -> contextval wasm_runtime_run :
scope:Wasm_runtime_callbacks.scope ->
trace_host_funs:bool ->
context:context ->
preimages_dir:string ->
?preimages_endpoint:string ->
native_execution:bool ->
entrypoint:string ->
tree:Tezos_layer2_irmin_context.Irmin_context.tree ->
rollup_address:bytes ->
level:int32 ->
string list ->
Tezos_layer2_irmin_context.Irmin_context.treeval wasm_runtime_preload_kernel :
context ->
Tezos_layer2_irmin_context.Irmin_context.tree ->
boolReturns false if the kernel was loaded from the cache.