mokomoking2501/lockwire/reactor does not have a README file
pub(all) struct ReactorBackendDescriptor {
id : String
kind : ReactorBackendKind
boundary : ReactorBoundary
profiles : Array[CapabilityProfile]
requires_native : Bool
requires_c_ffi : Bool
requires_os_fd : Bool
requires_threadx : Bool
deterministic : Bool
live_runtime : Bool
package_path : String
reference_path : String
} derive(Eq, Debug)fn ReactorBackendDescriptor::supports_profile(self : ReactorBackendDescriptor, profile : CapabilityProfile) -> Boolpub(all) struct ReactorBackendReport {
catalog_count : Int
sim_backend_count : Int
sim_wasm_count : Int
deterministic_count : Int
native_real_count : Int
real_linux_count : Int
real_embedded_count : Int
os_fd_count : Int
c_ffi_count : Int
live_runtime_count : Int
threadx_count : Int
wasm_violation_count : Int
} derive(Eq, Debug)Deterministic run-test substrate for MoonBit
Dependencies