+
"Spec-000: Everything Is a Rewrite"
+
+ "Living spec harness — the same Rust compiled to native and WASM."
+
+
+
+
+ "Current Epoch:"
+ {move || epoch.get()}
+
+
+
+
+
+ "Hook this component to the real kernel bindings to drive rewrites, "
+ "render the RMG graph, and record completion hashes."
+
+
+ }
+}
+
+/// WASM entry point required by `trunk serve`.
+#[allow(missing_docs)]
+#[wasm_bindgen(start)]
+pub fn main() {
+ console_error_panic_hook::set_once();
+ leptos::mount_to_body(|| view! {