/// WASM target stub: probe_runtime and probe_all are not available on wasm-gc.

#cfg(not(target="native"))

pub fn probe_all() -> WASMEnvReport {
  { moon_version: "native-only", runtimes: [] }
}