Module Evm_node_wasm_runtime

type context
val wasm_runtime_new_context : unit -> context
val wasm_runtime_run : preimages_dir:string -> ?preimages_endpoint:string -> native_execution:bool -> entrypoint:string -> context -> Tezos_layer2_irmin_context.Irmin_context.tree -> bytes -> int32 -> string list -> Tezos_layer2_irmin_context.Irmin_context.tree
val wasm_runtime_preload_kernel : context -> Tezos_layer2_irmin_context.Irmin_context.tree -> bool

Returns false if the kernel was loaded from the cache.

val wasm_runtime_logger_init : unit -> unit