Home
last modified time | relevance | path

Searched refs:execution_version (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dvmcontext.rs1138 pub execution_version: u64, field
1296 execution_version: 0, in default()
1337 offset_of!(VMStoreContext, execution_version), in field_offsets()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs430 store_version: store.vm_store_context().execution_version, in exit_frame()
453 let version = store.vm_store_context().execution_version; in is_valid_impl()