pd-vm 0.22.6

RustScript bytecode compiler and VM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![cfg(feature = "runtime")]
#![allow(clippy::duplicate_mod)]

#[path = "vm/drop_contract_tests.rs"]
mod drop_contract_tests;

#[path = "vm/functional_parity_tests.rs"]
mod functional_parity_tests;

#[path = "vm/runtime_state_edge_tests.rs"]
mod runtime_state_edge_tests;

#[path = "vm/vm_async_runtime_tests.rs"]
mod vm_async_runtime_tests;

#[path = "vm/vm_runtime_tests.rs"]
mod vm_runtime_tests;