pub type TestVm<'g> = Vm<'g, DefaultWasmEngine, NoExtension>;Aliased Type§
pub struct TestVm<'g> {
pub scrypto_vm: &'g ScryptoVm<WasmiEngine>,
pub native_vm: NativeVm<NoExtension>,
pub vm_boot: VmBoot,
}Fields§
§scrypto_vm: &'g ScryptoVm<WasmiEngine>§native_vm: NativeVm<NoExtension>§vm_boot: VmBoot